diff options
| author | kr.angelov <kr.angelov@chalmers.se> | 2008-05-22 15:43:25 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@chalmers.se> | 2008-05-22 15:43:25 +0000 |
| commit | 243cbba4c62ef39545338ec44ac23e89e91e92d6 (patch) | |
| tree | 46ca111fdbc712df4d3c3d3f1968ab8226b05d14 /src-3.0/GF/Compile/CheckGrammar.hs | |
| parent | d7bad708658f40cfb5a54dbd9836cc7c6035635a (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.hs | 9 |
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) |
