]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/content2pres.mli
CSC: tentative definition of the ocaml structure that represents
[helm.git] / helm / ocaml / cic_transformations / content2pres.mli
index 6a99f1b99f52b9422119ca8734257cf0242aaf23..45d652c11f7b7c3fafdc36c57ba8c44d8d270373 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
-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