X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2Fcontent2pres.mli;h=7511a527ec8000995a8a8f220fd3631a714a6ba0;hb=5d5e328a05ed70fcf565aef8f92b7ec87b2740f2;hp=369b06b3e0b02b756af81671e748046f949c237d;hpb=600584314336cb13922438d1e6bcf6044314db72;p=helm.git diff --git a/helm/ocaml/cic_transformations/content2pres.mli b/helm/ocaml/cic_transformations/content2pres.mli index 369b06b3e..7511a527e 100644 --- a/helm/ocaml/cic_transformations/content2pres.mli +++ b/helm/ocaml/cic_transformations/content2pres.mli @@ -32,7 +32,8 @@ (* *) (**************************************************************************) -val content2pres : - ids_to_inner_sorts:(Cic.id, string) Hashtbl.t -> - Cic.annterm Content.cobj -> Mpresentation.mpres Box.box +val content2pres: + ids_to_inner_sorts:(Cic.id, Cic2acic.sort_kind) Hashtbl.t -> + Cic.annterm Content.cobj -> + unit Mpresentation.mpres Box.box