summaryrefslogtreecommitdiff
path: root/src/GF/OldParsing/ParseCFG/General.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/OldParsing/ParseCFG/General.hs')
-rw-r--r--src/GF/OldParsing/ParseCFG/General.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GF/OldParsing/ParseCFG/General.hs b/src/GF/OldParsing/ParseCFG/General.hs
index 7ac395ba3..438c89f1a 100644
--- a/src/GF/OldParsing/ParseCFG/General.hs
+++ b/src/GF/OldParsing/ParseCFG/General.hs
@@ -5,14 +5,14 @@
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/04/11 13:52:57 $
--- > CVS $Author: peb $
--- > CVS $Revision: 1.1 $
+-- > CVS $Date: 2005/04/21 16:23:00 $
+-- > CVS $Author: bringert $
+-- > CVS $Revision: 1.2 $
--
-- Several implementations of CFG chart parsing
-----------------------------------------------------------------------------
-module GF.OldParsing.ParseCFG.General
+module GF.OldParsing.ParseCFG.General
(parse, Strategy) where
import GF.System.Tracing