aboutsummaryrefslogtreecommitdiffstats
path: root/src/versions
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-04-28 14:09:03 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-04-28 14:09:03 +0200
commit34f32c6ac00a9c385baf65861d367e0e1006c1ab (patch)
tree9cdd1367b57ff4d69dbb1beac1c1caa32af0bac6 /src/versions
parentcdadc5d338e3c00c4cd22a3a3d7197f71d4d7a44 (diff)
downloadsmtcoq-34f32c6ac00a9c385baf65861d367e0e1006c1ab.tar.gz
smtcoq-34f32c6ac00a9c385baf65861d367e0e1006c1ab.zip
prop2bool_hyps insensitive to parenthesis
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