Safe Haskell | None |
---|---|
Language | Haskell2010 |
This module contains the standard library of expressions, used by the Relapse parser.
Documentation
mkBuiltIn :: String -> AnyExpr -> Either String AnyExpr Source #
mkBuiltIn parsers a builtin function to a relapse expression.
mkExpr :: String -> [AnyExpr] -> Either String AnyExpr Source #
mkExpr is a grouping of all the standard library functions as one MkFunc.