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

@@ -12,8 +12,8 @@ import GF.Grammar hiding (Ident)
import GF.Grammar.Parser (runP, pExp)
import GF.Grammar.ShowTerm
import GF.Compile.Rename
import GF.Compile.Concrete.Compute (computeConcrete)
import GF.Compile.Concrete.TypeCheck (inferLType)
import GF.Compile.Compute.Concrete (computeConcrete)
import GF.Compile.TypeCheck.Concrete (inferLType)
import GF.Infra.Dependencies
import GF.Infra.CheckM
import GF.Infra.UseIO