]> matita.cs.unibo.it Git - helm.git/commitdiff
- ported to new CicParser interface which requires an uri argument to be
authorStefano Zacchiroli <zack@upsilon.cc>
Thu, 5 May 2005 15:55:37 +0000 (15:55 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Thu, 5 May 2005 15:55:37 +0000 (15:55 +0000)
  passed to parsing functions
- removed orrible hack for sort parsing

helm/ocaml/cic_proof_checking/cicEnvironment.ml

index 367336f7feb149e0e9b4a7f2b2b571ae53fe2764..ad61bcd0481795e7b4917b7f330411cc667a259b 100644 (file)
@@ -513,13 +513,10 @@ let get_object_to_add uri =
  in
  (* restarts the numbering of named universes (the ones inside the cic) *)
  let _ = CicUniv.restart_numbering () in 
- (* HACK ORRIBILE: fa in modo che il parser metta degli universi fresh non
-  * anonimi *)
- let _ = CicParser3.set_uri uri in 
  let obj = 
    try 
      let time = Unix.gettimeofday() in
-     let rc = CicParser.obj_of_xml filename bodyfilename in
+     let rc = CicParser.obj_of_xml uri filename bodyfilename in
      total_parsing_time := 
        !total_parsing_time +. ((Unix.gettimeofday()) -. time );
      rc