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.String

Description

Convenience definitions for working with String as input stream.

Synopsis

Documentation

type Parser = Parsec Dec String 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 strings.