| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
ParseLib.Simple.Run
Documentation
run :: (ErrorsPretty s, Ord s, Show a) => String -> Parser s a -> [s] -> a Source #
replacement for Main.run in P3-CSharp that uses parseImproved,
specifies the corresponding type class constraints, and does not parse
and print to standard error (stderr) twice