From: Enrico Tassi Date: Fri, 24 Jun 2005 17:20:47 +0000 (+0000) Subject: now we use rplace_lifting_csc since the what must NOT be lifted X-Git-Tag: INDEXING_NO_PROOFS~68 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=0318a75de15f587bcbdb838984e8e59c913ec85c;p=helm.git now we use rplace_lifting_csc since the what must NOT be lifted --- diff --git a/helm/ocaml/tactics/equalityTactics.ml b/helm/ocaml/tactics/equalityTactics.ml index e1a4c6849..dd2c42f1c 100644 --- a/helm/ocaml/tactics/equalityTactics.ml +++ b/helm/ocaml/tactics/equalityTactics.ml @@ -84,7 +84,7 @@ let rewrite ~term:equality ?where ?(direction=`Left) (proof,goal) = aux (List.length what) in let gty'' = - ProofEngineReduction.replace_lifting + ProofEngineReduction.replace_lifting_csc 0 ~equality:eq_kind ~what ~with_what ~where:gty' in let gty_red = CicSubstitution.subst t2 gty'' in