forked from GitHub/gf-core
move GF.Devel.OptimizeGF to GF.Compile.OptimizeGF
This commit is contained in:
@@ -7,7 +7,7 @@ import GF.Compile.Rebuild
|
|||||||
import GF.Compile.Rename
|
import GF.Compile.Rename
|
||||||
import GF.Compile.CheckGrammar
|
import GF.Compile.CheckGrammar
|
||||||
import GF.Compile.Optimize
|
import GF.Compile.Optimize
|
||||||
import GF.Devel.OptimizeGF
|
import GF.Compile.OptimizeGF
|
||||||
import GF.Compile.GrammarToGFCC
|
import GF.Compile.GrammarToGFCC
|
||||||
import GF.Compile.ReadFiles
|
import GF.Compile.ReadFiles
|
||||||
import GF.Compile.Update
|
import GF.Compile.Update
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{-# LANGUAGE PatternGuards #-}
|
{-# LANGUAGE PatternGuards #-}
|
||||||
module GF.Compile.GrammarToGFCC (prGrammar2gfcc,mkCanon2gfcc,addParsers) where
|
module GF.Compile.GrammarToGFCC (prGrammar2gfcc,mkCanon2gfcc,addParsers) where
|
||||||
|
|
||||||
import GF.Devel.OptimizeGF (unshareModule)
|
import GF.Compile.OptimizeGF (unshareModule)
|
||||||
|
|
||||||
import GF.Grammar.Grammar
|
import GF.Grammar.Grammar
|
||||||
import qualified GF.Grammar.Lookup as Look
|
import qualified GF.Grammar.Lookup as Look
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
-- following advice of Josef Svenningsson
|
-- following advice of Josef Svenningsson
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module GF.Devel.OptimizeGF (
|
module GF.Compile.OptimizeGF (
|
||||||
optModule,unshareModule,unsubexpModule,unoptModule,subexpModule,shareModule
|
optModule,unshareModule,unsubexpModule,unoptModule,subexpModule,shareModule
|
||||||
) where
|
) where
|
||||||
|
|
||||||
Reference in New Issue
Block a user