X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic%2FcicParser.mli;h=1eb5a043b8a9405aa045ce5adfd8c499cd84f43b;hb=89262281b6e83bd2321150f81f1a0583645eb0c8;hp=0078f6f330d7529219c6bc90952dd0ceae91f9b8;hpb=5a92117eeff70048d29e91ba24e113155d956e1b;p=helm.git diff --git a/helm/ocaml/cic/cicParser.mli b/helm/ocaml/cic/cicParser.mli index 0078f6f33..1eb5a043b 100644 --- a/helm/ocaml/cic/cicParser.mli +++ b/helm/ocaml/cic/cicParser.mli @@ -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