X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2Fcontent2pres.mli;h=793c31a4fdcb462450777f23dabb987b923a4641;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=6a99f1b99f52b9422119ca8734257cf0242aaf23;hpb=f7b2e35a7bdadb4fdf0e640428e694703ddf67a5;p=helm.git diff --git a/helm/ocaml/cic_transformations/content2pres.mli b/helm/ocaml/cic_transformations/content2pres.mli index 6a99f1b99..793c31a4f 100644 --- a/helm/ocaml/cic_transformations/content2pres.mli +++ b/helm/ocaml/cic_transformations/content2pres.mli @@ -32,15 +32,8 @@ (* *) (**************************************************************************) -val proof2pres : - ('a -> Mpresentation.mpres) -> - 'a Cic2content.proof -> - Mpresentation.mpres - -(* val content2pres : Cic.annterm Cic2content.proof -> Mpresentation.mpres *) - - - - - +val content2pres: + ids_to_inner_sorts:(Cic.id, Cic2acic.sort_kind) Hashtbl.t -> + Cic.annterm Content.cobj -> + CicNotationPres.boxml_markup