summaryrefslogtreecommitdiff
path: root/src-3.0/GF/Compile/CheckGrammar.hs
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@chalmers.se>2008-05-22 15:43:25 +0000
committerkr.angelov <kr.angelov@chalmers.se>2008-05-22 15:43:25 +0000
commit243cbba4c62ef39545338ec44ac23e89e91e92d6 (patch)
tree46ca111fdbc712df4d3c3d3f1968ab8226b05d14 /src-3.0/GF/Compile/CheckGrammar.hs
parentd7bad708658f40cfb5a54dbd9836cc7c6035635a (diff)
move GF.Devel.TC and GF.Devel.TypeCheck to GF.Compile.*
Diffstat (limited to 'src-3.0/GF/Compile/CheckGrammar.hs')
-rw-r--r--src-3.0/GF/Compile/CheckGrammar.hs9
1 files changed, 4 insertions, 5 deletions
diff --git a/src-3.0/GF/Compile/CheckGrammar.hs b/src-3.0/GF/Compile/CheckGrammar.hs
index e556ea3ab..5e581cce2 100644
--- a/src-3.0/GF/Compile/CheckGrammar.hs
+++ b/src-3.0/GF/Compile/CheckGrammar.hs
@@ -24,20 +24,19 @@
module GF.Compile.CheckGrammar (
showCheckModule, justCheckLTerm, allOperDependencies, topoSortOpers) where
-import GF.Grammar.Grammar
import GF.Infra.Ident
import GF.Infra.Modules
-import GF.Grammar.Refresh ----
-import GF.Devel.TypeCheck
-import GF.Grammar.Predef (cPredef, cPredefAbs) ---
+import GF.Compile.TypeCheck
+import GF.Grammar.Refresh
+import GF.Grammar.Grammar
import GF.Grammar.PrGrammar
import GF.Grammar.Lookup
import GF.Grammar.LookAbs
import GF.Grammar.Predef
import GF.Grammar.Macros
-import GF.Grammar.ReservedWords ----
+import GF.Grammar.ReservedWords
import GF.Grammar.PatternMatch
import GF.Grammar.AppPredefined
import GF.Grammar.Lockfield (isLockLabel)