uu-parsinglib-2.1.0: New version of the Utrecht University parser combinator librarySource codeContentsIndex
Text.ParserCombinators.UU.Examples
Documentation
type P b = P_m (Str Char) b -> String -> (b, [Error Char Char Int])Source
test :: P bSource
pb :: P_m (Str Char) [Char]Source
paz :: P_m (Str Char) [Char]Source
pa :: P_m (Str Char) [Char]Source
main :: IO ()Source
run :: forall t. P_m (Str Char) t -> String -> tSource
exec :: P_m (Str Char) b -> String -> (b, [Error Char Char Int])Source
pTest_MS :: P_m (Str Char) CharSource
rune :: String -> IO ()Source
Produced by Haddock version 2.4.2