make it possible to control whether to expand variants or not

This commit is contained in:
Krasimir Angelov
2024-04-27 14:55:01 +02:00
parent 541f6b23ab
commit 02e8dcbb56
5 changed files with 115 additions and 102 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ module GF.Term (renameSourceTerm,
Value(..), showValue, Thunk, newThunk, newEvaluatedThunk,
evalError, evalWarn,
inferLType, checkLType,
normalForm, normalStringForm,
normalForm, normalFlatForm, normalStringForm,
unsafeIOToEvalM, force
) where