We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ae6bf commit e59ae98Copy full SHA for e59ae98
src/compiler/api/GF/Compile/Compute/Concrete2.hs
@@ -4,7 +4,7 @@ module GF.Compile.Compute.Concrete2
4
(Env, Scope, Value(..), Constraint, ConstValue(..), Globals(..), PredefTable, EvalM,
5
runEvalM, stdPredef, globals, pdArity,
6
normalForm, normalFlatForm,
7
- eval, apply, value2term, value2termM, patternMatch, vtableSelect,
+ eval, apply, value2term, value2termM, bubble, patternMatch, vtableSelect,
8
newResiduation, getMeta, setMeta, MetaState(..), variants, try,
9
evalError, evalWarn, ppValue, Choice, unit, split, split4, mapC, mapCM) where
10
0 commit comments