mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 00:52:51 -06:00
Use explicit imports from SourceToGrammar
This commit is contained in:
@@ -5,9 +5,9 @@
|
|||||||
-- Stability : (stable)
|
-- Stability : (stable)
|
||||||
-- Portability : (portable)
|
-- Portability : (portable)
|
||||||
--
|
--
|
||||||
-- > CVS $Date: 2005/04/21 16:21:43 $
|
-- > CVS $Date: 2005/05/25 10:27:12 $
|
||||||
-- > CVS $Author: bringert $
|
-- > CVS $Author: bringert $
|
||||||
-- > CVS $Revision: 1.7 $
|
-- > CVS $Revision: 1.8 $
|
||||||
--
|
--
|
||||||
-- (Description of the module)
|
-- (Description of the module)
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
@@ -19,7 +19,7 @@ module GF.Compile.PGrammar (pTerm, pTrm, pTrms,
|
|||||||
|
|
||||||
---import LexGF
|
---import LexGF
|
||||||
import GF.Source.ParGF
|
import GF.Source.ParGF
|
||||||
import GF.Source.SourceToGrammar
|
import GF.Source.SourceToGrammar (transExp)
|
||||||
import GF.Grammar.Grammar
|
import GF.Grammar.Grammar
|
||||||
import GF.Infra.Ident
|
import GF.Infra.Ident
|
||||||
import qualified GF.Canon.AbsGFC as A
|
import qualified GF.Canon.AbsGFC as A
|
||||||
|
|||||||
Reference in New Issue
Block a user