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/Data/GeneralDeduction.hs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/GF/Data/GeneralDeduction.hs') diff --git a/src/GF/Data/GeneralDeduction.hs b/src/GF/Data/GeneralDeduction.hs index a5d191260..ea139bb4d 100644 --- a/src/GF/Data/GeneralDeduction.hs +++ b/src/GF/Data/GeneralDeduction.hs @@ -4,14 +4,14 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/04/20 12:49:44 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.2 $ +-- > CVS $Date: 2005/04/21 16:22:01 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.3 $ -- -- Simple implementation of deductive chart parsing ----------------------------------------------------------------------------- -module GF.NewParsing.GeneralChart +module GF.Data.GeneralDeduction (-- * Type definition ParseChart, -- * Main functions @@ -28,7 +28,7 @@ module GF.NewParsing.GeneralChart -- import Trace import GF.Data.RedBlackSet -import Monad (foldM) +import Control.Monad (foldM) ---------------------------------------------------------------------- -- main functions -- cgit v1.2.3