summaryrefslogtreecommitdiff
path: root/src/GF/CF
diff options
context:
space:
mode:
authoraarne <unknown>2005-03-29 12:26:34 +0000
committeraarne <unknown>2005-03-29 12:26:34 +0000
commit3c11f7e112e6e14c3cc96e355d9ddcb3fd39aa35 (patch)
treeeb0631d8fd9fd471a9c916ef5190598814fa4a42 /src/GF/CF
parent2160e648dafaba3e1da7e44fd0fd06d93c2515b6 (diff)
removed deprecated stuff; changed parser default
Diffstat (limited to 'src/GF/CF')
-rw-r--r--src/GF/CF/ChartParser.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GF/CF/ChartParser.hs b/src/GF/CF/ChartParser.hs
index d7ee48a53..f17cfdf69 100644
--- a/src/GF/CF/ChartParser.hs
+++ b/src/GF/CF/ChartParser.hs
@@ -5,15 +5,15 @@
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/03/29 11:17:56 $
--- > CVS $Author: peb $
--- > CVS $Revision: 1.7 $
+-- > CVS $Date: 2005/03/29 13:26:34 $
+-- > CVS $Author: aarne $
+-- > CVS $Revision: 1.8 $
--
-- Bottom-up Kilbury chart parser from "Pure Functional Parsing", chapter 5.
-- OBSOLETE -- should use new MCFG parsers instead
-----------------------------------------------------------------------------
-module ChartParser {-# DEPRECATED "Use ParseCF instead" #-}
+module ChartParser {- # DEPRECATED "Use ParseCF instead" #-}
(chartParser) where
-- import Tracing