From 5c9917ff8d18ddaefd5a8bf4b223009747477fd8 Mon Sep 17 00:00:00 2001 From: bringert Date: Thu, 21 Apr 2005 15:21:02 +0000 Subject: Fixed module names and imports after giant file move. --- src/GF/UseGrammar/Generate.hs | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'src/GF/UseGrammar/Generate.hs') 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 -- cgit v1.2.3