mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-08-21 11:46:23 -06:00
an FFI for GF
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
module GF.Term (renameSourceTerm, inferLType, checkLType, normalForm) where
|
||||
module GF.Term (renameSourceTerm,
|
||||
Globals(..), ConstValue(..), EvalM, stdPredef,
|
||||
Value(..), showValue, newEvaluatedThunk,
|
||||
evalError, evalWarn,
|
||||
inferLType, checkLType,
|
||||
normalForm, normalStringForm,
|
||||
unsafeIOToEvalM
|
||||
) where
|
||||
|
||||
import GF.Compile.Rename
|
||||
import GF.Compile.Compute.Concrete
|
||||
|
||||
Reference in New Issue
Block a user