We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b36bb1 commit 251b7faCopy full SHA for 251b7fa
CHANGELOG.md
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
6
## [Unreleased]
7
8
+### Added
9
+
10
+- Tests for `try aac_rewrite` and `try aac_normalise` that failed on 8.19
11
12
## [8.19.1] - 2024-06-01
13
14
### Added
tests/_CoqProject
@@ -5,3 +5,4 @@
-R . Test
aac_135.v
+aac_144.v
tests/aac_144.v
@@ -0,0 +1,10 @@
1
+From Coq Require Import ZArith.
2
+From AAC_tactics Require Import AAC.
3
4
+Goal forall X:Prop, X->X.
+Succeed (try aac_rewrite Z.gcd_mod).
+Abort.
+Succeed (try aac_normalise).
0 commit comments