X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Facic_content%2FcicNotationUtil.mli;h=5a4e1c536f4bdb5f82023a0ac362e690019498f2;hb=916c558005ed665c62699a7a4c5347870c8a3efb;hp=2ead321f69f52badc233f21753c8e62bb15e668c;hpb=4609a07e2fe4343d94832fcaf0936223f83ba71c;p=helm.git diff --git a/helm/software/components/acic_content/cicNotationUtil.mli b/helm/software/components/acic_content/cicNotationUtil.mli index 2ead321f6..5a4e1c536 100644 --- a/helm/software/components/acic_content/cicNotationUtil.mli +++ b/helm/software/components/acic_content/cicNotationUtil.mli @@ -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