mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-08-21 11:46:23 -06:00
reintroduce the compiler API
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
module GF.Term (renameSourceTerm, inferLType, checkLType, normalForm) where
|
||||
|
||||
import GF.Compile.Rename
|
||||
import GF.Compile.Compute.Concrete
|
||||
import GF.Compile.TypeCheck.ConcreteNew
|
||||
Reference in New Issue
Block a user