X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2Fcontent2pres.mli;h=45d652c11f7b7c3fafdc36c57ba8c44d8d270373;hb=4a01e6197e070d3eff7a3fe02180597136d81eba;hp=6a99f1b99f52b9422119ca8734257cf0242aaf23;hpb=62820aacb94856be5cd2e125032669245ca1408d;p=helm.git diff --git a/helm/ocaml/cic_transformations/content2pres.mli b/helm/ocaml/cic_transformations/content2pres.mli index 6a99f1b99..45d652c11 100644 --- a/helm/ocaml/cic_transformations/content2pres.mli +++ b/helm/ocaml/cic_transformations/content2pres.mli @@ -32,15 +32,6 @@ (* *) (**************************************************************************) -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, string) Hashtbl.t -> + Cic.annterm Cic2content.cobj -> Mpresentation.mpres