diff options
| author | bringert <unknown> | 2005-04-26 08:54:11 +0000 |
|---|---|---|
| committer | bringert <unknown> | 2005-04-26 08:54:11 +0000 |
| commit | 8b7e450f1cf8d88909b8ce78218c44b9b102e928 (patch) | |
| tree | fad6aa39630f8cf00ac5cb0b22d2015503738f6e /src/GF/API | |
| parent | 8f84c1934c8395553d72929e26e19da4c0ae58b9 (diff) | |
Changed IOExts import to Debug.Trace
Diffstat (limited to 'src/GF/API')
| -rw-r--r-- | src/GF/API/GrammarToHaskell.hs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/GF/API/GrammarToHaskell.hs b/src/GF/API/GrammarToHaskell.hs index 602df64a1..6c6620d0c 100644 --- a/src/GF/API/GrammarToHaskell.hs +++ b/src/GF/API/GrammarToHaskell.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/04/21 16:21:06 $ +-- > CVS $Date: 2005/04/26 09:54:11 $ -- > CVS $Author: bringert $ --- > CVS $Revision: 1.6 $ +-- > CVS $Revision: 1.7 $ -- -- to write a GF abstract grammar into a Haskell module with translations from -- data objects into GF trees. Example: GSyntax for Agda. @@ -36,11 +36,11 @@ haskPreamble = [ "module GSyntax where", "", - "import Ident", - "import Grammar", - "import PrGrammar", - "import Macros", - "import Operations", + "import GF.Infra.Ident", + "import GF.Grammar.Grammar", + "import GF.Grammar.PrGrammar", + "import GF.Grammar.Macros", + "import GF.Data.Operations", "----------------------------------------------------", "-- automatic translation from GF to Haskell", "----------------------------------------------------", |
