1
0
forked from GitHub/gf-core

remove trace

This commit is contained in:
kr_angelov
2007-01-11 19:17:36 +00:00
parent ccc248eb20
commit 1e6af79046

View File

@@ -175,7 +175,7 @@ canon2canon :: CanonGrammar -> CanonGrammar
canon2canon = recollect . map cl2cl . repartition where
recollect =
M.MGrammar . nubBy (\ (i,_) (j,_) -> i==j) . concatMap M.modules
cl2cl cg = {-tr $-} M.MGrammar $ map c2c $ M.modules cg where
cl2cl cg = tr $ M.MGrammar $ map c2c $ M.modules cg where
c2c (c,m) = case m of
M.ModMod mo@(M.Module _ _ _ _ _ js) ->
(c, M.ModMod $ M.replaceJudgements mo $ mapTree j2j js)