Craft3e-0.2.0.1: Code for Haskell: the Craft of Functional Programming, 3rd ed.
Safe HaskellSafe-Inferred
LanguageHaskell2010

CalcParse

Documentation

makeExpr :: (a, (Expr, (Char, (Expr, b)))) -> Expr Source #

topLevel :: Parse a b -> b -> [a] -> b Source #

spotM :: (b -> Bool) -> SParse b b Source #