X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Fcontent_pres%2FcicNotationParser.mli;h=53182dc3167d6d8ae8e119b444561d7137a0547a;hb=fae6f153d6dad76b6ccfce17a6b3d997db338d2e;hp=e25968bbbc4aa03cec62cda83aed3558086430e4;hpb=7f2444c2670cadafddd8785b687ef312158376b0;p=helm.git diff --git a/components/content_pres/cicNotationParser.mli b/components/content_pres/cicNotationParser.mli index e25968bbb..53182dc31 100644 --- a/components/content_pres/cicNotationParser.mli +++ b/components/content_pres/cicNotationParser.mli @@ -56,9 +56,14 @@ val level2_ast_grammar: Grammar.g val term : CicNotationPt.term Grammar.Entry.e val let_defs : - (CicNotationPt.capture_variable * CicNotationPt.term * int) list + (CicNotationPt.capture_variable list * CicNotationPt.capture_variable * CicNotationPt.term * int) list Grammar.Entry.e +val protected_binder_vars : + (CicNotationPt.term list * CicNotationPt.term option) Grammar.Entry.e + +val parse_term: Ulexing.lexbuf -> CicNotationPt.term + (** {2 Debugging} *) (** print "level2_pattern" entry on stdout, flushing afterwards *)