egison-4.1.3: Programming language with non-linear pattern-matching against non-free data
LicenseMIT
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.Egison.EvalState

Description

This module defines the state during the evaluation.

Documentation

newtype EvalState Source #

Constructors

EvalState 

Fields

mLabelFuncName :: MonadEval m => Maybe Var -> m a -> m a Source #