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

Safe HaskellSafe-Inferred

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 StringSource

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