megaparsec-5.2.0: Monadic parser combinators

Copyright© 2015–2017 Megaparsec contributors
LicenseFreeBSD
MaintainerMark Karpov <markkarpov@opmbx.org>
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Text.Megaparsec.ByteString

Description

Convenience definitions for working with strict ByteString.

Synopsis

Documentation

type Parser = Parsec Dec ByteString Source #

Modules corresponding to various types of streams define Parser accordingly, so user can use it to easily change type of input stream by importing different “type modules”. This one is for strict byte-strings.