1
0
forked from GitHub/gf-core

reorganize the modules in GF.Compile.*

This commit is contained in:
krasimir
2010-07-01 14:19:32 +00:00
parent 19ca4fa0a6
commit 527efbef9d
11 changed files with 22 additions and 22 deletions

View File

@@ -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