From 65f302bb848a3ecc4930e8206d7bf49ef93fb2fd Mon Sep 17 00:00:00 2001 From: bjorn Date: Fri, 26 Sep 2008 09:39:04 +0000 Subject: [PATCH] Oops, I accidentally disabled all CFG simplification and LR-removal with the ENBF printing patch. --- src/GF/Speech/SRG.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GF/Speech/SRG.hs b/src/GF/Speech/SRG.hs index 650728be4..667febcf9 100644 --- a/src/GF/Speech/SRG.hs +++ b/src/GF/Speech/SRG.hs @@ -70,7 +70,7 @@ ebnfPrinter :: PGF -> CId -> String ebnfPrinter pgf cnc = prSRG $ makeSRG id pgf cnc makeSRG :: (CFG -> CFG) -> PGF -> CId -> SRG -makeSRG preproces = mkSRG cfgToSRG id +makeSRG = mkSRG cfgToSRG where cfgToSRG cfg = [cfRulesToSRGRule rs | (_,rs) <- allRulesGrouped cfg]