X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fcontent_pres%2FcicNotationParser.ml;h=7379dd693e128b5c480298d7249b704047d322d2;hb=d4f2d4c1a4784f84aa27e1bb96b8b377a6553c65;hp=1f83a64d57d9b6ff0bc3e09f46d4156d4f0e4c3d;hpb=791d52ba005e434be27cca1f8059d9f28da0183b;p=helm.git diff --git a/matita/components/content_pres/cicNotationParser.ml b/matita/components/content_pres/cicNotationParser.ml index 1f83a64d5..7379dd693 100644 --- a/matita/components/content_pres/cicNotationParser.ml +++ b/matita/components/content_pres/cicNotationParser.ml @@ -48,8 +48,11 @@ type ('a,'b,'c,'d) grammars = { type checked_l1_pattern = CL1P of NotationPt.term * int -let refresh_uri_in_checked_l1_pattern (CL1P (t,n)) = - CL1P (NotationUtil.refresh_uri_in_term t, n) +let refresh_uri_in_checked_l1_pattern ~refresh_uri_in_term + ~refresh_uri_in_reference (CL1P (t,n)) += + CL1P (NotationUtil.refresh_uri_in_term ~refresh_uri_in_term + ~refresh_uri_in_reference t, n) type binding = | NoBinding