aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Tactics/Nsatz.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Tactics/Nsatz.v b/src/Tactics/Nsatz.v
index 97b9da1ad..84d472e54 100644
--- a/src/Tactics/Nsatz.v
+++ b/src/Tactics/Nsatz.v
@@ -137,6 +137,8 @@ Ltac nsatz_contradict_single_hypothesis domain :=
match goal with
| [ H : eq _ _ -> False |- eq _ _ -> False ]
=> intro; apply H; nsatz
+ | [ H : eq _ _ -> False |- False ]
+ => apply H; nsatz
end
end.