X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fcontent_pres%2FcicNotationParser.mli;h=d9e812f6022361c7209e6878d36c1775f6b7226c;hb=fe5542c1ce4e78d2ec4e9b39cfc4f06182555e99;hp=1cbef668d98e1c85254455480297f49642311184;hpb=1caab3250f877ebff8fefc99dd7f5e7fd0596795;p=helm.git diff --git a/matita/components/content_pres/cicNotationParser.mli b/matita/components/content_pres/cicNotationParser.mli index 1cbef668d..d9e812f60 100644 --- a/matita/components/content_pres/cicNotationParser.mli +++ b/matita/components/content_pres/cicNotationParser.mli @@ -42,7 +42,10 @@ class status: keywords:string list -> type checked_l1_pattern = private CL1P of NotationPt.term * int -val refresh_uri_in_checked_l1_pattern: checked_l1_pattern -> checked_l1_pattern +val refresh_uri_in_checked_l1_pattern: + refresh_uri_in_term:(NCic.term -> NCic.term) -> + refresh_uri_in_reference:(NReference.reference -> NReference.reference) -> + checked_l1_pattern -> checked_l1_pattern (** {2 Parsing functions} *) @@ -79,8 +82,6 @@ val let_defs : #status -> val protected_binder_vars : #status -> (NotationPt.term list * NotationPt.term option) Grammar.Entry.e -val parse_term: #status -> Ulexing.lexbuf -> NotationPt.term - (** {2 Debugging} *) (** print "level2_pattern" entry on stdout, flushing afterwards *)