Xml2Gdome.document_of_xml Misc.domImpl xmlpres,
(asequent,
(ids_to_terms,ids_to_father_ids,ids_to_hypotheses,ids_to_inner_sorts))
-;;
-let mml_of_cic_object uri obj =
+let mml_of_cic_object obj =
let (annobj, ids_to_terms, ids_to_father_ids, ids_to_inner_sorts,
ids_to_inner_types, ids_to_conjectures, ids_to_hypotheses)
=
(* *)
(***************************************************************************)
-val mml_of_cic_sequent :
+val mml_of_cic_sequent:
Cic.metasenv -> (* metasenv *)
Cic.conjecture -> (* sequent *)
Gdome.document * (* Math ML *)
(Cic.id, Cic.hypothesis) Hashtbl.t * (* id -> hypothesis *)
(Cic.id, string) Hashtbl.t)) (* ids_to_inner_sorts *)
-val mml_of_cic_object :
- UriManager.uri -> (* object uri *)
- Cic.obj -> (* uri *)
+val mml_of_cic_object:
+ Cic.obj -> (* object *)
Gdome.document * (* Math ML *)
(Cic.annobj * (* annobj *)
((Cic.id, Cic.term) Hashtbl.t * (* id -> term *)