remarks-0.1.13: A DSL for marking student work

Safe HaskellSafe
LanguageHaskell2010

Parser.Impl

Documentation

parse :: ReadP a -> String -> [(a, String)] Source #

fullParse :: ReadP a -> String -> [a] Source #