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/Parsing/CFG/General.hs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/GF/Parsing/CFG/General.hs') diff --git a/src/GF/Parsing/CFG/General.hs b/src/GF/Parsing/CFG/General.hs index 52b3c5665..4f5959a85 100644 --- a/src/GF/Parsing/CFG/General.hs +++ b/src/GF/Parsing/CFG/General.hs @@ -4,14 +4,14 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/04/18 14:55:33 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.3 $ +-- > CVS $Date: 2005/04/21 16:23:08 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.4 $ -- -- CFG parsing with a general chart ----------------------------------------------------------------------------- -module GF.NewParsing.CFG.General +module GF.Parsing.CFG.General (parse, Strategy) where import GF.System.Tracing @@ -19,10 +19,10 @@ import GF.Infra.Print import GF.Formalism.Utilities import GF.Formalism.CFG -import GF.NewParsing.CFG.PInfo -import GF.NewParsing.GeneralChart +import GF.Parsing.CFG.PInfo +import GF.Data.GeneralDeduction import GF.Data.Assoc -import Monad +import Control.Monad parse :: (Ord n, Ord c, Ord t) => Strategy -> CFParser c n t parse strategy grammar start = extract . -- cgit v1.2.3