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/Generate.hs | |
| parent | 3433c978480f112bf04a895d03ec15529796ecce (diff) | |
Fixed module names and imports after giant file move.
Diffstat (limited to 'src/GF/UseGrammar/Generate.hs')
| -rw-r--r-- | src/GF/UseGrammar/Generate.hs | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/GF/UseGrammar/Generate.hs b/src/GF/UseGrammar/Generate.hs index c83b7bbb3..ee7419fb5 100644 --- a/src/GF/UseGrammar/Generate.hs +++ b/src/GF/UseGrammar/Generate.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/03/04 12:05:10 $ --- > CVS $Author: aarne $ --- > CVS $Revision: 1.13 $ +-- > CVS $Date: 2005/04/21 16:23:46 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.14 $ -- -- Generate all trees of given category and depth. AR 30\/4\/2004 -- @@ -17,19 +17,19 @@ -- guarantee the correctness of bindings\/dependences. ----------------------------------------------------------------------------- -module Generate (generateTrees) where +module GF.UseGrammar.Generate (generateTrees) where -import GFC -import LookAbs -import PrGrammar -import Macros -import Values -import Grammar (Cat) +import GF.Canon.GFC +import GF.Grammar.LookAbs +import GF.Grammar.PrGrammar +import GF.Grammar.Macros +import GF.Grammar.Values +import GF.Grammar.Grammar (Cat) -import Operations -import Zipper +import GF.Data.Operations +import GF.Data.Zipper -import List +import Data.List -- Generate all trees of given category and depth. AR 30/4/2004 -- (c) Aarne Ranta 2004 under GNU GPL |
