]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/content2pres.mli
ocaml 3.09 transition
[helm.git] / helm / ocaml / cic_transformations / content2pres.mli
index 45d652c11f7b7c3fafdc36c57ba8c44d8d270373..793c31a4fdcb462450777f23dabb987b923a4641 100644 (file)
@@ -32,6 +32,8 @@
 (*                                                                        *)
 (**************************************************************************)
 
-val content2pres :
- ids_to_inner_sorts:(Cic.id, string) Hashtbl.t ->
-  Cic.annterm Cic2content.cobj -> Mpresentation.mpres
+val content2pres:
+  ids_to_inner_sorts:(Cic.id, Cic2acic.sort_kind) Hashtbl.t ->
+  Cic.annterm Content.cobj ->
+    CicNotationPres.boxml_markup
+