From 3fe0cccaf7bcf3dc85edd597f15ff468cae957ef Mon Sep 17 00:00:00 2001 From: krasimir Date: Tue, 14 Oct 2008 09:40:55 +0000 Subject: [PATCH] remove trace in the PMCFG compilation --- src/GF/Compile/GeneratePMCFG.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GF/Compile/GeneratePMCFG.hs b/src/GF/Compile/GeneratePMCFG.hs index b24a629a7..c3e6e8cb4 100644 --- a/src/GF/Compile/GeneratePMCFG.hs +++ b/src/GF/Compile/GeneratePMCFG.hs @@ -126,7 +126,7 @@ brk f (GrammarEnv last_id catSet seqSet funSet crcSet prodSet) = ys = foldr (zipWith Set.insert) (repeat Set.empty) xs convertRule :: TermMap -> GrammarEnv -> XRule -> GrammarEnv -convertRule cnc_defs grammarEnv (XRule fun args cat ctypes ctype term) = trace (show fun) $ +convertRule cnc_defs grammarEnv (XRule fun args cat ctypes ctype term) = brk (\grammarEnv -> foldBM addRule grammarEnv (convertTerm cnc_defs [] ctype term [([],[])])