aboutsummaryrefslogtreecommitdiffstats
path: root/src/versions
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-04-28 17:10:59 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-04-28 17:10:59 +0200
commit084feb7d0c0ee7d2156d7508979682e3bf14fabe (patch)
treef41b2f8fd91a01d9dd195c608b29b13ca34b763b /src/versions
parentf46800b1c69e687f5605cce88b037cb89d63b79a (diff)
parent34f32c6ac00a9c385baf65861d367e0e1006c1ab (diff)
downloadsmtcoq-084feb7d0c0ee7d2156d7508979682e3bf14fabe.tar.gz
smtcoq-084feb7d0c0ee7d2156d7508979682e3bf14fabe.zip
Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10
Diffstat (limited to 'src/versions')
-rw-r--r--src/versions/standard/Tactics_standard.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/versions/standard/Tactics_standard.v b/src/versions/standard/Tactics_standard.v
index 232ae54..61e663a 100644
--- a/src/versions/standard/Tactics_standard.v
+++ b/src/versions/standard/Tactics_standard.v
@@ -23,7 +23,7 @@ Ltac get_hyps_acc acc k :=
match goal with
| [ H : ?P |- _ ] =>
let T := type of P in
- match T with
+ lazymatch T with
| Prop =>
lazymatch P with
| id _ => fail