diff options
| author | bringert <unknown> | 2005-05-25 09:27:12 +0000 |
|---|---|---|
| committer | bringert <unknown> | 2005-05-25 09:27:12 +0000 |
| commit | 4690a235381d5d28ac6a62a378f42f864821aca4 (patch) | |
| tree | 4944cd8e054394c75bb333f85cc89d26d77b3ee0 /src/GF/Compile | |
| parent | 820be04201cb31bed0b6af3caeed40a232080e2e (diff) | |
Use explicit imports from SourceToGrammar
Diffstat (limited to 'src/GF/Compile')
| -rw-r--r-- | src/GF/Compile/PGrammar.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GF/Compile/PGrammar.hs b/src/GF/Compile/PGrammar.hs index 50446075d..1890ff0dd 100644 --- a/src/GF/Compile/PGrammar.hs +++ b/src/GF/Compile/PGrammar.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/04/21 16:21:43 $ +-- > CVS $Date: 2005/05/25 10:27:12 $ -- > CVS $Author: bringert $ --- > CVS $Revision: 1.7 $ +-- > CVS $Revision: 1.8 $ -- -- (Description of the module) ----------------------------------------------------------------------------- @@ -19,7 +19,7 @@ module GF.Compile.PGrammar (pTerm, pTrm, pTrms, ---import LexGF import GF.Source.ParGF -import GF.Source.SourceToGrammar +import GF.Source.SourceToGrammar (transExp) import GF.Grammar.Grammar import GF.Infra.Ident import qualified GF.Canon.AbsGFC as A |
