Fix tcApp on pi types, split check/infer into variants inside and outside EvalM

This commit is contained in:
Eve
2025-01-26 01:13:58 +01:00
parent 1747b46274
commit d9ed763ace
2 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ module GF.Term (renameSourceTerm,
Globals(..), ConstValue(..), EvalM, stdPredef,
Value(..), showValue, Thunk, newThunk, newEvaluatedThunk,
evalError, evalWarn,
inferLType, checkLType,
inferLType, inferLType', checkLType, checkLType',
normalForm, normalFlatForm, normalStringForm,
unsafeIOToEvalM, force
) where