parsec-free-3.1.11.1: Parsec API encoded as a deeply-embedded DSL, for debugging and analysis

Safe HaskellNone
LanguageHaskell2010

Text.Parsec.Free.Eval

Documentation

eval :: forall s u m t a. Stream s m t => (forall u' b c. ParsecF s u' m c -> ParsecT s u m b -> ParsecT s u m b) -> (forall b. ParsecT s u m b -> ParsecT s u m b) -> ParsecDSL s u m a -> ParsecT s u m a Source #