From 8c23828f150c4ad352b383370201145a44e69f74 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Fri, 29 Apr 2005 08:07:53 +0000 Subject: [PATCH] uses CicUniv new assertions --- helm/ocaml/cic_proof_checking/cicEnvironment.ml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/helm/ocaml/cic_proof_checking/cicEnvironment.ml b/helm/ocaml/cic_proof_checking/cicEnvironment.ml index 42f0b3880..09b8ae88a 100644 --- a/helm/ocaml/cic_proof_checking/cicEnvironment.ml +++ b/helm/ocaml/cic_proof_checking/cicEnvironment.ml @@ -393,6 +393,7 @@ module Cache : None -> assert false (* only NON dummy universes can be committed *) | Some g -> + CicUniv.assert_univs_have_uri g; frozen_list := List.remove_assq uri !frozen_list ; HT.add cacheOfCookedObjects uri (obj,g) with @@ -537,7 +538,8 @@ let get_object_to_add uri = (********************************************** TASSI: should fail when universes will be ON ***********************************************) - (Some CicUniv.empty_ugraph,None) + (** (Some CicUniv.empty_ugraph,None) *) + (None,None) in cleanup(); obj,ugraph -- 2.39.2