diff options
| author | bringert <unknown> | 2005-04-21 15:21:02 +0000 |
|---|---|---|
| committer | bringert <unknown> | 2005-04-21 15:21:02 +0000 |
| commit | 5c9917ff8d18ddaefd5a8bf4b223009747477fd8 (patch) | |
| tree | 46345cb91a8e0fa626a0bf4c03af8f8ef4cad09f /src/GF/Compile/PGrammar.hs | |
| parent | 3433c978480f112bf04a895d03ec15529796ecce (diff) | |
Fixed module names and imports after giant file move.
Diffstat (limited to 'src/GF/Compile/PGrammar.hs')
| -rw-r--r-- | src/GF/Compile/PGrammar.hs | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/GF/Compile/PGrammar.hs b/src/GF/Compile/PGrammar.hs index 4381f4b2e..50446075d 100644 --- a/src/GF/Compile/PGrammar.hs +++ b/src/GF/Compile/PGrammar.hs @@ -5,30 +5,30 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/02/18 19:21:09 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.6 $ +-- > CVS $Date: 2005/04/21 16:21:43 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.7 $ -- -- (Description of the module) ----------------------------------------------------------------------------- -module PGrammar (pTerm, pTrm, pTrms, +module GF.Compile.PGrammar (pTerm, pTrm, pTrms, pMeta, pzIdent, string2ident ) where ---import LexGF -import ParGF -import SourceToGrammar -import Grammar -import Ident -import qualified AbsGFC as A -import qualified GFC as G -import GetGrammar -import Macros -import MMacros +import GF.Source.ParGF +import GF.Source.SourceToGrammar +import GF.Grammar.Grammar +import GF.Infra.Ident +import qualified GF.Canon.AbsGFC as A +import qualified GF.Canon.GFC as G +import GF.Compile.GetGrammar +import GF.Grammar.Macros +import GF.Grammar.MMacros -import Operations +import GF.Data.Operations pTerm :: String -> Err Term pTerm s = do |
