X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_proof_checking%2FcicEnvironment.ml;h=ad61bcd0481795e7b4917b7f330411cc667a259b;hb=cba366ace3c62fd66f99addce68ae0e243622b68;hp=367336f7feb149e0e9b4a7f2b2b571ae53fe2764;hpb=d450cacb49707a71fe93489a1bf64db4689612d6;p=helm.git diff --git a/helm/ocaml/cic_proof_checking/cicEnvironment.ml b/helm/ocaml/cic_proof_checking/cicEnvironment.ml index 367336f7f..ad61bcd04 100644 --- a/helm/ocaml/cic_proof_checking/cicEnvironment.ml +++ b/helm/ocaml/cic_proof_checking/cicEnvironment.ml @@ -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