]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/content2pres.mli
Changed type of ids_to_inner_sort table used in transformation.
[helm.git] / helm / ocaml / cic_transformations / content2pres.mli
index 369b06b3e0b02b756af81671e748046f949c237d..90258270b39f946cd25b4a37179fb1012fea3211 100644 (file)
@@ -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 ->
+    Mpresentation.mpres Box.box