diff options
Diffstat (limited to 'src/GF/Speech/SRG.hs')
| -rw-r--r-- | src/GF/Speech/SRG.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Speech/SRG.hs b/src/GF/Speech/SRG.hs index 2691b6171..56d17eed4 100644 --- a/src/GF/Speech/SRG.hs +++ b/src/GF/Speech/SRG.hs @@ -101,7 +101,7 @@ makeSimpleSRG opt s = makeSRG preprocess opt s . removeCycles . traceStats "Inital CFG" -traceStats s g = trace (s ++ ": " ++ stats g) g +traceStats s g = trace ("---- " ++ s ++ ": " ++ stats g {- ++ "\n" ++ prCFRules g ++ "----" -}) g stats g = "Categories: " ++ show (countCats g) ++ " Rules: " ++ show (countRules g) |
