]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/content_pres/termContentPres.mli
notation support fixed to parentesize in a more sane way and
[helm.git] / helm / software / components / content_pres / termContentPres.mli
index 77cda8a817d61b2589187c8cfdc30a0d3de3d53e..9b36a9345a9b1cc835236ce0b311f9a37448fecb 100644 (file)
 type pretty_printer_id
 
 val add_pretty_printer:
-  precedence:int ->
-  associativity:Gramext.g_assoc ->
   CicNotationPt.term ->             (* level 2 pattern *)
-  CicNotationPt.term ->             (* level 1 pattern *)
+  CicNotationParser.checked_l1_pattern ->
     pretty_printer_id
 
 exception Pretty_printer_not_found