mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-11 04:02:52 -06:00
new type checker type checks
This commit is contained in:
@@ -4,10 +4,9 @@ module GF.Devel.Compile.Compile (batchCompile) where
|
||||
import GF.Devel.Compile.GetGrammar
|
||||
import GF.Devel.Compile.Extend
|
||||
import GF.Devel.Compile.Rename
|
||||
import GF.Devel.Compile.CheckGrammar
|
||||
----import GF.Grammar.Refresh
|
||||
----import GF.Devel.CheckGrammar
|
||||
----import GF.Devel.Optimize
|
||||
--import GF.Compile.Evaluate ----
|
||||
----import GF.Devel.OptimizeGF
|
||||
|
||||
import GF.Devel.Grammar.Terms
|
||||
@@ -157,7 +156,7 @@ compileSourceModule opts env@(k,gr) mo@(i,mi) = do
|
||||
if null warnings then return () else putp warnings $ return ()
|
||||
intermOut opts (iOpt "show_typecheck") (prMod moc)
|
||||
|
||||
return (k,moc) ----
|
||||
return (k,mor) ----
|
||||
|
||||
|
||||
{- ----
|
||||
|
||||
Reference in New Issue
Block a user