uulib-0.9.10: Haskell Utrecht Tools LibrarySource codeContentsIndex
UU.Parsing.CharParser
Documentation
type CharParser = AnaParser Input Pair Char PosSource
data Input Source
Constructors
Input String !Pos
show/hide Instances
parseString :: CharParser a -> [Char] -> Steps (Pair a (Pair Input ())) Char PosSource
parseStringIO :: (Message Char Pos -> String) -> CharParser a -> [Char] -> IO aSource
parseFile :: (Message Char Pos -> String) -> CharParser a -> [Char] -> IO aSource
Produced by Haddock version 2.4.2