mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
move GF.Devel.Compute to GF.Compile.Compute
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
-- Computation of source terms. Used in compilation and in @cc@ command.
|
-- 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.Data.Operations
|
||||||
import GF.Grammar.Grammar
|
import GF.Grammar.Grammar
|
||||||
@@ -23,7 +23,7 @@ import GF.Grammar.Macros
|
|||||||
import GF.Grammar.Lookup
|
import GF.Grammar.Lookup
|
||||||
import GF.Grammar.Predef
|
import GF.Grammar.Predef
|
||||||
import GF.Grammar.Refresh
|
import GF.Grammar.Refresh
|
||||||
import GF.Devel.Compute
|
import GF.Compile.Compute
|
||||||
import GF.Compile.BackOpt
|
import GF.Compile.BackOpt
|
||||||
import GF.Compile.CheckGrammar
|
import GF.Compile.CheckGrammar
|
||||||
import GF.Compile.Update
|
import GF.Compile.Update
|
||||||
|
|||||||
Reference in New Issue
Block a user