We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852ac8c commit 21d103bCopy full SHA for 21d103b
README.md
@@ -121,6 +121,16 @@ CANARIES=("mathcomp.ssreflect.ssreflect" "Ssreflect missing")
121
will try to import `mathcomp.ssreflect.ssreflect` and report an error
122
if it is not found.
123
124
+### Extra arguments
125
+
126
+Projects depending on libraries like `ssreflect` may want
127
+ignore certain warnings during proof checking, e.g.,
128
+"notation overridden". Such directives can be declared in
129
+the `ARG` variable, as in
130
+```bash
131
+ARG="-w -notation-overridden"
132
+```
133
134
### Extra files
135
136
`coqproject.sh` works by searching for `.v` files in every directory
0 commit comments