X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fcontent_pres%2Fcontent2presMatcher.ml;h=8b613a524775a32bab105d8c59bc126e1d5c676a;hb=44ef57f5e371159a7900fe8d50db1c84a66151cd;hp=5316c92ee437eee8e6cae0f169e0506b1891ad57;hpb=fb6fee82bb9172e15b1a7bc7e20641627f593fcc;p=helm.git diff --git a/matita/components/content_pres/content2presMatcher.ml b/matita/components/content_pres/content2presMatcher.ml index 5316c92ee..8b613a524 100644 --- a/matita/components/content_pres/content2presMatcher.ml +++ b/matita/components/content_pres/content2presMatcher.ml @@ -67,8 +67,11 @@ struct | _ -> PatternMatcher.Constructor let tag_of_pattern = get_tag let tag_of_term t = get_tag t - let string_of_term = NotationPp.pp_term - let string_of_pattern = NotationPp.pp_term + + (* Debugging only *) + (*CSC: new NCicPp.status is the best I can do now *) + let string_of_term = NotationPp.pp_term (new NCicPp.status) + let string_of_pattern = NotationPp.pp_term (new NCicPp.status) end module M = PatternMatcher.Matcher (Pattern21)