export Thunk, newThunk

This commit is contained in:
Krasimir Angelov
2024-02-06 07:34:40 +01:00
parent d5871b120d
commit 9a6fc7fc9e

View File

@@ -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,