megaparsec-5.3.1: Monadic parser combinators

Copyright© 2015–2017 Megaparsec contributors
LicenseFreeBSD
MaintainerMark Karpov <markkarpov92@gmail.com>
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Text.Megaparsec.Text.Lazy

Description

Convenience definitions for working with lazy Text.

Synopsis

Documentation

type Parser = Parsec Dec Text Source #

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