Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
flatparse FlatParse.Stateful Byte offset counted backwards from the end of the buffer. Note: the Ord instance for Pos considers the earlier positions to be smaller.
-
flatparse FlatParse.Stateful No documentation available.
module FlatParse.Stateful.
Parser Minimal parser definition.
type
Parser = ParserT PureModeflatparse FlatParse.Stateful.Parser The type of pure parsers.
type
ParserIO = ParserT IOModeflatparse FlatParse.Stateful.Parser The type of parsers which can embed IO actions.
type
ParserST s = ParserT STMode sflatparse FlatParse.Stateful.Parser The type of parsers which can embed ST actions.
newtype
ParserT (st :: ZeroBitType) r e aflatparse FlatParse.Stateful.Parser ParserT st r e a is a parser with a state token type st, a reader environment r, an error type e and a return type a. The different state token types support different embedded effects; see Parser, ParserIO and ParserST below.
-
flatparse FlatParse.Stateful.Parser No documentation available.
-
contains a prettyprinter for the Template Haskell datatypes
-
ghc-lib-parser GHC.Boot.TH.Ppr No documentation available.