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/UseGrammar/Linear.hs | |
| parent | 3433c978480f112bf04a895d03ec15529796ecce (diff) | |
Fixed module names and imports after giant file move.
Diffstat (limited to 'src/GF/UseGrammar/Linear.hs')
| -rw-r--r-- | src/GF/UseGrammar/Linear.hs | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/src/GF/UseGrammar/Linear.hs b/src/GF/UseGrammar/Linear.hs index 4b2a4d9bb..794db670c 100644 --- a/src/GF/UseGrammar/Linear.hs +++ b/src/GF/UseGrammar/Linear.hs @@ -5,35 +5,35 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/02/24 11:46:38 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.14 $ +-- > CVS $Date: 2005/04/21 16:23:48 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.15 $ -- -- Linearization for canonical GF. AR 7\/6\/2003 ----------------------------------------------------------------------------- -module Linear where - -import GFC -import AbsGFC -import qualified Abstract as A -import MkGFC (rtQIdent) ---- -import Ident -import PrGrammar -import CMacros -import Look -import LookAbs -import MMacros -import TypeCheck (annotate) ---- -import Str -import Text +module GF.UseGrammar.Linear where + +import GF.Canon.GFC +import GF.Canon.AbsGFC +import qualified GF.Grammar.Abstract as A +import GF.Canon.MkGFC (rtQIdent) ---- +import GF.Infra.Ident +import GF.Grammar.PrGrammar +import GF.Canon.CMacros +import GF.Canon.Look +import GF.Grammar.LookAbs +import GF.Grammar.MMacros +import GF.Grammar.TypeCheck (annotate) ---- +import GF.Data.Str +import GF.Text.Text ----import TypeCheck -- to annotate -import Operations -import Zipper +import GF.Data.Operations +import GF.Data.Zipper -import Monad -import List (intersperse) +import Control.Monad +import Data.List (intersperse) -- Linearization for canonical GF. AR 7/6/2003 |
