]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/content_pres/cicNotationParser.mli
ZACK: export a top level function for parsing terms, it can't be bypassed due to...
[helm.git] / helm / software / components / content_pres / cicNotationParser.mli
index e25968bbbc4aa03cec62cda83aed3558086430e4..978daf9ff99c1ce6f304663e86cb1c202f7c191a 100644 (file)
@@ -59,6 +59,8 @@ val let_defs :
   (CicNotationPt.capture_variable * CicNotationPt.term * int) list
     Grammar.Entry.e
 
+val parse_term: Ulexing.lexbuf -> CicNotationPt.term
+
 (** {2 Debugging} *)
 
   (** print "level2_pattern" entry on stdout, flushing afterwards *)