diff options
| author | krasimir <krasimir@chalmers.se> | 2010-07-01 14:19:32 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2010-07-01 14:19:32 +0000 |
| commit | e0231cbf5bb8a08ca105056e854f638658482000 (patch) | |
| tree | cf7c07dfe95c80201252240f30b7dd6ec17fd2fe /src/compiler/GF/Compile/CheckGrammar.hs | |
| parent | 1b9169960a8027fc5a790f2b5727926520e7cec0 (diff) | |
reorganize the modules in GF.Compile.*
Diffstat (limited to 'src/compiler/GF/Compile/CheckGrammar.hs')
| -rw-r--r-- | src/compiler/GF/Compile/CheckGrammar.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/GF/Compile/CheckGrammar.hs b/src/compiler/GF/Compile/CheckGrammar.hs index 9f0625357..b6fb796d7 100644 --- a/src/compiler/GF/Compile/CheckGrammar.hs +++ b/src/compiler/GF/Compile/CheckGrammar.hs @@ -25,8 +25,8 @@ module GF.Compile.CheckGrammar(checkModule) where import GF.Infra.Ident import GF.Infra.Modules -import GF.Compile.Abstract.TypeCheck -import GF.Compile.Concrete.TypeCheck +import GF.Compile.TypeCheck.Abstract +import GF.Compile.TypeCheck.Concrete import GF.Grammar import GF.Grammar.Lexer |
