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 bb11e7f commit 81fe35fCopy full SHA for 81fe35f
theories/_CoqProject
@@ -1,2 +1,5 @@
1
-R . Stdlib
2
-arg -w -arg +default
3
+# to handle when requiring Rocq >= 9.2
4
+-arg -w -arg -notation-for-abbreviation
5
+-arg -w -arg -ltac2-notation-for-abbreviation
theories/dune
@@ -6,7 +6,8 @@
6
(env
7
(dev
8
(coq
9
- (flags :standard -w +default))))
+ ;; see theories/_CoqProject for details
10
+ (flags :standard -w +default -w -notation-for-abbreviation -w -ltac2-notation-for-abbreviation))))
11
12
(rule
13
(targets All.v)
0 commit comments