]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/library/decidable_kit/list_aux.ma
ported to the new destruct
[helm.git] / matita / library / decidable_kit / list_aux.ma
index c1a03060b27ea43871a5c837776876d598771fb2..33a57c75256b7556362146a4386ec8cca6a14e86 100644 (file)
@@ -96,7 +96,7 @@ cases c; intros (H); [ apply reflect_true | apply reflect_false ]
      | simplify;  intros;
        cases (b2pT ? ? (andbPF ? ?) (p2bT ? ? (negbP ?) H)); clear H;
        [ intros; lapply (b2pF ? ? (eqP d ? ?) H1) as H'; clear H1;
-         destruct H; rewrite > Hcut in H'; apply H'; reflexivity;
+         destruct H; apply H'; reflexivity;
        | intros; lapply (IH ? H1) as H'; destruct H;
          apply H'; reflexivity;]]]]
 qed.