X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2Fcic2Xml.mli;h=22c5669df8bd2fef1df2b2e773dcbc7e289d048f;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=47202dd01ce36a358cd6b7e564394da7e2a9e6cd;hpb=e011e7cd08af361cb5de9c953bfc58b4cd918308;p=helm.git diff --git a/helm/ocaml/cic_transformations/cic2Xml.mli b/helm/ocaml/cic_transformations/cic2Xml.mli index 47202dd01..22c5669df 100644 --- a/helm/ocaml/cic_transformations/cic2Xml.mli +++ b/helm/ocaml/cic_transformations/cic2Xml.mli @@ -26,13 +26,13 @@ exception NotImplemented val print_term : - ids_to_inner_sorts: (string, Cic2acic.sort_kind) Hashtbl.t -> + ?ids_to_inner_sorts: (string, Cic2acic.sort_kind) Hashtbl.t -> Cic.annterm -> Xml.token Stream.t val print_object : UriManager.uri -> - ids_to_inner_sorts: (string, Cic2acic.sort_kind) Hashtbl.t -> + ?ids_to_inner_sorts: (string, Cic2acic.sort_kind) Hashtbl.t -> ask_dtd_to_the_getter:bool -> Cic.annobj -> Xml.token Stream.t * Xml.token Stream.t option