]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic/cicParser.mli
Initial revision
[helm.git] / helm / ocaml / cic / cicParser.mli
index 0078f6f330d7529219c6bc90952dd0ceae91f9b8..1eb5a043b8a9405aa045ce5adfd8c499cd84f43b 100644 (file)
@@ -37,8 +37,9 @@
 (******************************************************************************)
 
 (* 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
+(* its internal annotated representation.                                     *)
+val annobj_of_xml : string -> UriManager.uri -> Cic.annobj
+
+(* given the filename of an xml file of a cic object and it's uri, it returns *)
+(* its internal logical representation.                                       *)
+val obj_of_xml : string -> UriManager.uri -> Cic.obj