1
0
forked from GitHub/gf-core

export bubble

This commit is contained in:
Krasimir Angelov
2025-03-10 16:08:55 +00:00
parent 88ae6bff71
commit e59ae98aa1
@@ -4,7 +4,7 @@ module GF.Compile.Compute.Concrete2
(Env, Scope, Value(..), Constraint, ConstValue(..), Globals(..), PredefTable, EvalM,
runEvalM, stdPredef, globals, pdArity,
normalForm, normalFlatForm,
eval, apply, value2term, value2termM, patternMatch, vtableSelect,
eval, apply, value2term, value2termM, bubble, patternMatch, vtableSelect,
newResiduation, getMeta, setMeta, MetaState(..), variants, try,
evalError, evalWarn, ppValue, Choice, unit, split, split4, mapC, mapCM) where