aboutsummaryrefslogtreecommitdiffstats
path: root/unit-tests/Tests_verit_tactics.v
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-09-17 18:21:22 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-09-17 18:21:22 +0200
commit020bde75e8fbbeda19b344bc662f86ed2f3eb543 (patch)
treef0e4c339086b9cb3f5cbfc97aa1beb04cc54fc61 /unit-tests/Tests_verit_tactics.v
parent418657d21ac936469d62a291033ccada90770f91 (diff)
parentdf070a02f2e11dcb142debf46fe3027941d0b4e0 (diff)
downloadsmtcoq-020bde75e8fbbeda19b344bc662f86ed2f3eb543.tar.gz
smtcoq-020bde75e8fbbeda19b344bc662f86ed2f3eb543.zip
Merge remote-tracking branch 'remotes/origin/coq-8.10' into coq-8.11
Diffstat (limited to 'unit-tests/Tests_verit_tactics.v')
-rw-r--r--unit-tests/Tests_verit_tactics.v6
1 files changed, 6 insertions, 0 deletions
diff --git a/unit-tests/Tests_verit_tactics.v b/unit-tests/Tests_verit_tactics.v
index 16790f6..34b5dfd 100644
--- a/unit-tests/Tests_verit_tactics.v
+++ b/unit-tests/Tests_verit_tactics.v
@@ -1363,3 +1363,9 @@ Section Vauto.
Goal eqb_of_compdec HA a b \/ search b l.
Proof. verit_no_check. Qed.
End Vauto.
+
+
+Section PropToBool.
+ Goal (forall (x x0 : bool) (x1 x2 : list bool), x :: x1 = x0 :: x2 -> x = x0) -> true.
+ Proof. verit. Qed.
+End PropToBool.