]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/ring.ml
Universe.key was not used to index terms, but was used to retrieve them
[helm.git] / helm / software / components / tactics / ring.ml
index 7695a4ff0c82d885b66c9a76f1a3478cd915823b..82ef5f4f2b239a3cfed99092230632e180e51709 100644 (file)
@@ -503,7 +503,7 @@ let ring_tac status =
               let status' = (* status after 1st elim_type use *)
                 let context = context_of_status status in
                let b,_ = (*TASSI : FIXME*)
-                 are_convertible context t1'' t1 CicUniv.empty_ugraph in 
+                 are_convertible context t1'' t1 CicUniv.oblivion_ugraph in 
                 if not b then begin
                   warn (lazy "t1'' and t1 are NOT CONVERTIBLE");
                   let newstatus =
@@ -544,7 +544,8 @@ let ring_tac status =
                       let status' =
                         let context = context_of_status status in
                        let b,_ = (* TASSI:FIXME *)
-                         are_convertible context t2'' t2 CicUniv.empty_ugraph 
+                         are_convertible context t2'' t2
+                          CicUniv.oblivion_ugraph 
                        in
                          if not b then begin 
                           warn (lazy "t2'' and t2 are NOT CONVERTIBLE");