summaryrefslogtreecommitdiff
path: root/src/GF/UseGrammar/Transfer.hs
diff options
context:
space:
mode:
authorbringert <unknown>2005-04-21 15:21:02 +0000
committerbringert <unknown>2005-04-21 15:21:02 +0000
commit5c9917ff8d18ddaefd5a8bf4b223009747477fd8 (patch)
tree46345cb91a8e0fa626a0bf4c03af8f8ef4cad09f /src/GF/UseGrammar/Transfer.hs
parent3433c978480f112bf04a895d03ec15529796ecce (diff)
Fixed module names and imports after giant file move.
Diffstat (limited to 'src/GF/UseGrammar/Transfer.hs')
-rw-r--r--src/GF/UseGrammar/Transfer.hs28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/GF/UseGrammar/Transfer.hs b/src/GF/UseGrammar/Transfer.hs
index d0ac42688..3a4aadf96 100644
--- a/src/GF/UseGrammar/Transfer.hs
+++ b/src/GF/UseGrammar/Transfer.hs
@@ -5,27 +5,27 @@
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/02/24 11:46:40 $
--- > CVS $Author: peb $
--- > CVS $Revision: 1.4 $
+-- > CVS $Date: 2005/04/21 16:23:53 $
+-- > CVS $Author: bringert $
+-- > CVS $Revision: 1.5 $
--
-- linearize, parse, etc, by transfer. AR 9\/10\/2003
-----------------------------------------------------------------------------
-module Transfer where
+module GF.UseGrammar.Transfer where
-import Grammar
-import Values
-import AbsCompute
-import qualified GFC
-import LookAbs
-import MMacros
-import TypeCheck
+import GF.Grammar.Grammar
+import GF.Grammar.Values
+import GF.Grammar.AbsCompute
+import qualified GF.Canon.GFC as GFC
+import GF.Grammar.LookAbs
+import GF.Grammar.MMacros
+import GF.Grammar.TypeCheck
-import Ident
-import Operations
+import GF.Infra.Ident
+import GF.Data.Operations
-import Monad
+import Control.Monad
-- linearize, parse, etc, by transfer. AR 9/10/2003