From a0d412986305d4b45e82afde62ea48f1b06edb9d Mon Sep 17 00:00:00 2001 From: peb Date: Wed, 9 Feb 2005 11:46:54 +0000 Subject: "Committed_by_peb" --- src/GF/CF/PPrCF.hs | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/GF/CF/PPrCF.hs') diff --git a/src/GF/CF/PPrCF.hs b/src/GF/CF/PPrCF.hs index 53e59270f..11a710986 100644 --- a/src/GF/CF/PPrCF.hs +++ b/src/GF/CF/PPrCF.hs @@ -9,10 +9,12 @@ -- > CVS $Author $ -- > CVS $Revision $ -- --- (Description of the module) +-- printing and parsing CF grammars, rules, and trees AR 26/1/2000 -- 9/6/2003 +-- +-- use the Print class instead! ----------------------------------------------------------------------------- -module PPrCF where +module PPrCF (prCF, prCFTree, prCFRule, prCFFun, prCFCat, prCFItem, prRegExp, pCF) where import Operations import CF @@ -22,9 +24,6 @@ import PrGrammar import Char --- printing and parsing CF grammars, rules, and trees AR 26/1/2000 -- 9/6/2003 ----- use the Print class instead! - prCF :: CF -> String prCF = unlines . (map prCFRule) . rulesOfCF -- hiding the literal recogn function -- cgit v1.2.3