]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/content_pres/termContentPres.mli
avoid empty hvbox
[helm.git] / helm / software / components / content_pres / termContentPres.mli
index 5ff710036cdabb312669f7fbc90d174730a7256e..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
@@ -50,3 +48,5 @@ val instantiate_level2:
   CicNotationEnv.t -> CicNotationPt.term ->
     CicNotationPt.term
 
+(* hack. seee cicNotation for explanation *)
+val reset: unit -> unit