forked from GitHub/gf-core
move GF.Devel.Optimize to GF.Compile.Optimize
This commit is contained in:
@@ -5,13 +5,13 @@ import GF.Compile.GetGrammar
|
|||||||
import GF.Compile.Extend
|
import GF.Compile.Extend
|
||||||
import GF.Compile.Rebuild
|
import GF.Compile.Rebuild
|
||||||
import GF.Compile.Rename
|
import GF.Compile.Rename
|
||||||
import GF.Grammar.Refresh
|
|
||||||
import GF.Devel.CheckGrammar
|
import GF.Devel.CheckGrammar
|
||||||
import GF.Devel.Optimize
|
import GF.Compile.Optimize
|
||||||
import GF.Devel.OptimizeGF
|
import GF.Devel.OptimizeGF
|
||||||
import GF.Devel.GrammarToGFCC
|
import GF.Devel.GrammarToGFCC
|
||||||
|
|
||||||
import GF.Grammar.Grammar
|
import GF.Grammar.Grammar
|
||||||
|
import GF.Grammar.Refresh
|
||||||
import GF.Infra.Ident
|
import GF.Infra.Ident
|
||||||
import GF.Infra.Option
|
import GF.Infra.Option
|
||||||
import GF.Infra.CompactPrint
|
import GF.Infra.CompactPrint
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
-- Top-level partial evaluation for GF source modules.
|
-- Top-level partial evaluation for GF source modules.
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module GF.Devel.Optimize (optimizeModule) where
|
module GF.Compile.Optimize (optimizeModule) where
|
||||||
|
|
||||||
import GF.Grammar.Grammar
|
import GF.Grammar.Grammar
|
||||||
import GF.Infra.Ident
|
import GF.Infra.Ident
|
||||||
Reference in New Issue
Block a user