competition-0.2.0.0: Helpers and runners for code competitions

Safe HaskellSafe-Inferred

Code.Competition.Parsers

Documentation

probfile :: GenParser Char st prob -> GenParser Char st [prob]Source

grid :: Int -> Int -> GenParser Char st a -> GenParser Char st [[a]]Source