move GF.Devel.Compute to GF.Compile.Compute

This commit is contained in:
kr.angelov
2008-05-22 14:31:36 +00:00
parent 01d61d9347
commit d696512b15
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
-- Computation of source terms. Used in compilation and in @cc@ command.
-----------------------------------------------------------------------------
module GF.Devel.Compute (computeConcrete, computeTerm,computeConcreteRec) where
module GF.Compile.Compute (computeConcrete, computeTerm,computeConcreteRec) where
import GF.Data.Operations
import GF.Grammar.Grammar

View File

@@ -23,7 +23,7 @@ import GF.Grammar.Macros
import GF.Grammar.Lookup
import GF.Grammar.Predef
import GF.Grammar.Refresh
import GF.Devel.Compute
import GF.Compile.Compute
import GF.Compile.BackOpt
import GF.Compile.CheckGrammar
import GF.Compile.Update