]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic/cicParser.mli
Debugging stuff removed.
[helm.git] / helm / ocaml / cic / cicParser.mli
index 0078f6f330d7529219c6bc90952dd0ceae91f9b8..a965cf2626b06eff6127ad66e8a91b62fc30b149 100644 (file)
 (*                                                                            *)
 (******************************************************************************)
 
-(* given the filename of an xml file of a cic object and it's uri, it returns *)
-(* its internal annotated representation. The boolean is set to true if the   *)
-(* annotations do really matter                                               *)
-val term_of_xml :
- string -> UriManager.uri -> bool ->
-  Cic.annobj * (Cic.id, Cic.anntarget) Hashtbl.t option
+(* given the filename of an xml file of a cic object, it returns              *)
+(* its internal annotated representation. In the case of constants (whose     *)
+(* type is splitted from the body), a second xml file (for the body) must be  *)
+(* provided.                                                                  *)
+val annobj_of_xml : string -> string option -> Cic.annobj
+
+(* given the filename of an xml file of a cic object, it returns              *)
+(* its internal logical representation. In the case of constants (whose       *)
+(* type is splitted from the body), a second xml file (for the body) must be  *)
+(* provided.                                                                  *)
+val obj_of_xml : string -> string option -> Cic.obj