]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/cic2Xml.mli
New: refinement is now used to disambiguate parsing.
[helm.git] / helm / gTopLevel / cic2Xml.mli
index 52a6f77ebf965e3e6766e6ea11da64411a148290..0891d4996cc02e98c482db74168832b494ef2b6f 100644 (file)
@@ -33,10 +33,12 @@ val print_term :
 val print_object :
   UriManager.uri ->
   ids_to_inner_sorts: (string, string) 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_types: (string, Cic2acic.anntypes) Hashtbl.t ->
+  ask_dtd_to_the_getter:bool ->
   Xml.token Stream.t