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/GFI.hs | |
| parent | 1b9169960a8027fc5a790f2b5727926520e7cec0 (diff) | |
reorganize the modules in GF.Compile.*
Diffstat (limited to 'src/compiler/GFI.hs')
| -rw-r--r-- | src/compiler/GFI.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/GFI.hs b/src/compiler/GFI.hs index b844c4654..73aebc960 100644 --- a/src/compiler/GFI.hs +++ b/src/compiler/GFI.hs @@ -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 |
