diff options
Diffstat (limited to 'theories/Logic')
-rw-r--r-- | theories/Logic/Eqdep_dec.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/Logic/Eqdep_dec.v b/theories/Logic/Eqdep_dec.v index 2aba5408f..29a8b0a66 100644 --- a/theories/Logic/Eqdep_dec.v +++ b/theories/Logic/Eqdep_dec.v @@ -140,9 +140,9 @@ Rewrite eq_eqT_bij. Elim (eq2eqT p) using K_dec. Intros. Case (H x0 y); Intros. -Elim y0; Left ; Reflexivity. +Elim e; Left ; Reflexivity. -Right ; Red; Intro neq; Apply y0; Elim neq; Reflexivity. +Right ; Red; Intro neq; Apply n; Elim neq; Reflexivity. Trivial. Save. |