mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
export Thunk, newThunk
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
module GF.Term (renameSourceTerm,
|
module GF.Term (renameSourceTerm,
|
||||||
Globals(..), ConstValue(..), EvalM, stdPredef,
|
Globals(..), ConstValue(..), EvalM, stdPredef,
|
||||||
Value(..), showValue, newEvaluatedThunk,
|
Value(..), showValue, Thunk, newThunk, newEvaluatedThunk,
|
||||||
evalError, evalWarn,
|
evalError, evalWarn,
|
||||||
inferLType, checkLType,
|
inferLType, checkLType,
|
||||||
normalForm, normalStringForm,
|
normalForm, normalStringForm,
|
||||||
|
|||||||
Reference in New Issue
Block a user