]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/content_pres/termContentPres.mli
parameter sintax added to axiom statement
[helm.git] / helm / software / components / content_pres / termContentPres.mli
index 77cda8a817d61b2589187c8cfdc30a0d3de3d53e..40e8fc02118a550bc47ffea46b634c3bbdf86420 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
@@ -50,5 +48,5 @@ val instantiate_level2:
   CicNotationEnv.t -> CicNotationPt.term ->
     CicNotationPt.term
 
-(* hack. seee cicNotation for explanation *)
-val reset: unit -> unit
+val push: unit -> unit
+val pop: unit -> unit