1
0
forked from GitHub/gf-core

export the force function

This commit is contained in:
Krasimir Angelov
2024-01-31 08:21:29 +01:00
parent c46dd599f9
commit e74661c592

View File

@@ -4,7 +4,7 @@ module GF.Term (renameSourceTerm,
evalError, evalWarn,
inferLType, checkLType,
normalForm, normalStringForm,
unsafeIOToEvalM
unsafeIOToEvalM, force
) where
import GF.Compile.Rename