X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2Fcontent2pres.mli;h=90258270b39f946cd25b4a37179fb1012fea3211;hb=f7759f86b755f4f7dc2b23edd52ed4d2e5c028fe;hp=9b7411685675e17c166940d15908fdf8ca4b3e08;hpb=43f61eedd2a1f499166de33a98af00b767dcc117;p=helm.git diff --git a/helm/ocaml/cic_transformations/content2pres.mli b/helm/ocaml/cic_transformations/content2pres.mli index 9b7411685..90258270b 100644 --- a/helm/ocaml/cic_transformations/content2pres.mli +++ b/helm/ocaml/cic_transformations/content2pres.mli @@ -32,6 +32,8 @@ (* *) (**************************************************************************) -val content2pres : - ids_to_inner_sorts:(Cic.id, string) Hashtbl.t -> - Cic.annterm Content.cobj -> Mpresentation.mpres +val content2pres: + ids_to_inner_sorts:(Cic.id, Cic2acic.sort_kind) Hashtbl.t -> + Cic.annterm Content.cobj -> + Mpresentation.mpres Box.box +