megaparsec-5.1.0: Monadic parser combinators

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

Text.Megaparsec.ByteString.Lazy

Description

Convenience definitions for working with lazy 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 lazy byte-strings.