]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/cic2Xml.mli
Changed type of ids_to_inner_sort table used in transformation.
[helm.git] / helm / ocaml / cic_transformations / cic2Xml.mli
index 0891d4996cc02e98c482db74168832b494ef2b6f..b714469ec43fd1c790be7029a94f9e3c875237a1 100644 (file)
@@ -27,18 +27,19 @@ exception ImpossiblePossible
 exception NotImplemented
 
 val print_term :
-  ids_to_inner_sorts: (string, string) Hashtbl.t ->
+  ids_to_inner_sorts: (string, Cic2acic.sort_kind) Hashtbl.t ->
   Cic.annterm -> Xml.token Stream.t
 
 val print_object :
   UriManager.uri ->
-  ids_to_inner_sorts: (string, string) Hashtbl.t ->
+  ids_to_inner_sorts: (string, Cic2acic.sort_kind) Hashtbl.t ->
   ask_dtd_to_the_getter:bool ->
   Cic.annobj -> Xml.token Stream.t * Xml.token Stream.t option
 
 val print_inner_types :
   UriManager.uri ->
-  ids_to_inner_sorts: (string, string) Hashtbl.t ->
+  ids_to_inner_sorts: (string, Cic2acic.sort_kind) Hashtbl.t ->
   ids_to_inner_types: (string, Cic2acic.anntypes) Hashtbl.t ->
   ask_dtd_to_the_getter:bool ->
   Xml.token Stream.t
+