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,
Globals(..), ConstValue(..), EvalM, stdPredef,
Value(..), showValue, newEvaluatedThunk,
Value(..), showValue, Thunk, newThunk, newEvaluatedThunk,
evalError, evalWarn,
inferLType, checkLType,
normalForm, normalStringForm,