parcom-lib-0.8.0.3: A simple parser-combinator library, a bit like Parsec but without the frills

Safe HaskellSafe-Inferred
LanguageHaskell98

Text.Parcom.Textual

Documentation

string :: (Monad m, Stream s t, Listish s t, IsString s, Eq t, Show t, Token t) => String -> ParcomT s t m String Source

char :: (Monad m, Stream s t, Listish s t, IsString s, Eq t, Show t, Token t) => Char -> ParcomT s t m Char Source