1
0
forked from GitHub/gf-core

started porting the experimental type checker to the new evaluator

This commit is contained in:
Krasimir Angelov
2023-11-20 14:53:36 +01:00
parent da135bea8b
commit fcc80b545d
3 changed files with 140 additions and 129 deletions

View File

@@ -5,7 +5,8 @@
module GF.Compile.Compute.Concrete
( normalForm
, Value(..), Thunk, ThunkState(..), Env, showValue
, EvalM, runEvalM, evalError
, MetaThunks
, EvalM(..), runEvalM, evalError
, eval, apply, force, value2term, patternMatch
, newThunk, newEvaluatedThunk
, newResiduation, newNarrowing, getVariables