Use explicit imports from SourceToGrammar

This commit is contained in:
bringert
2005-05-25 09:27:12 +00:00
parent e223ad44bd
commit b3f5a2d7a1

View File

@@ -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