| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Lambda.Untyped
Documentation
runEvalText :: Text -> Globals Text -> Either LambdaException (LambdaExpr Text, EvalState Text) Source #
execEvalText :: Text -> Globals Text -> Either LambdaException (LambdaExpr Text) Source #
unsafeExecEvalText :: Text -> Globals Text -> LambdaExpr Text Source #
defaultUniques :: [Text] Source #
module Language.Lambda.Untyped.Eval