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/API/IOGrammar.hs | |
| parent | 3433c978480f112bf04a895d03ec15529796ecce (diff) | |
Fixed module names and imports after giant file move.
Diffstat (limited to 'src/GF/API/IOGrammar.hs')
| -rw-r--r-- | src/GF/API/IOGrammar.hs | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/GF/API/IOGrammar.hs b/src/GF/API/IOGrammar.hs index 8a521cc67..c3f9e603b 100644 --- a/src/GF/API/IOGrammar.hs +++ b/src/GF/API/IOGrammar.hs @@ -5,31 +5,31 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/03/14 17:40:10 $ --- > CVS $Author: aarne $ --- > CVS $Revision: 1.16 $ +-- > CVS $Date: 2005/04/21 16:21:06 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.17 $ -- -- for reading grammars and terms from strings and files ----------------------------------------------------------------------------- -module IOGrammar (shellStateFromFiles, +module GF.API.IOGrammar (shellStateFromFiles, getShellStateFromFiles) where -import Abstract -import qualified GFC -import PGrammar -import TypeCheck -import Compile -import ShellState +import GF.Grammar.Abstract +import qualified GF.Canon.GFC as GFC +import GF.Compile.PGrammar +import GF.Grammar.TypeCheck +import GF.Compile.Compile +import GF.Compile.ShellState -import Modules -import ReadFiles (isOldFile) -import Option -import Operations -import UseIO +import GF.Infra.Modules +import GF.Infra.ReadFiles (isOldFile) +import GF.Infra.Option +import GF.Data.Operations +import GF.Infra.UseIO import Arch -import Monad (liftM) +import Control.Monad (liftM) -- | a heuristic way of renaming constants is used string2absTerm :: String -> String -> Term |
