]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/acic_content/cicNotationUtil.mli
Last commit by Ferruccio reverted since it breaks the library.
[helm.git] / helm / software / components / acic_content / cicNotationUtil.mli
index 5d309d68fdf959bfa1efad2ee7abc2815eeaa5cf..5a4e1c536f4bdb5f82023a0ac362e690019498f2 100644 (file)
@@ -33,6 +33,12 @@ val keywords_of_term: CicNotationPt.term -> string list
 
 val visit_ast:
   ?special_k:(CicNotationPt.term -> CicNotationPt.term) ->
+  ?map_xref_option:(CicNotationPt.href option -> CicNotationPt.href option) ->
+  ?map_case_indty:(CicNotationPt.case_indtype option ->
+          CicNotationPt.case_indtype option) ->
+  ?map_case_outtype:((CicNotationPt.term -> CicNotationPt.term) -> 
+                     CicNotationPt.term option -> CicNotationPt.term
+  option) ->
   (CicNotationPt.term -> CicNotationPt.term) ->
   CicNotationPt.term ->
     CicNotationPt.term
@@ -81,7 +87,7 @@ val name_of_cic_name: Cic.name -> CicNotationPt.term
   (** Symbol/Numbers instances *)
 
 val freshen_term: CicNotationPt.term -> CicNotationPt.term
-val freshen_obj: CicNotationPt.obj -> CicNotationPt.obj
+val freshen_obj: CicNotationPt.term CicNotationPt.obj -> CicNotationPt.term CicNotationPt.obj
 
   (** Notation id handling *)