Skip to content

Commit 21d103b

Browse files
committed
documentation for arg option
1 parent 852ac8c commit 21d103b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,16 @@ CANARIES=("mathcomp.ssreflect.ssreflect" "Ssreflect missing")
121121
will try to import `mathcomp.ssreflect.ssreflect` and report an error
122122
if it is not found.
123123

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+
124134
### Extra files
125135

126136
`coqproject.sh` works by searching for `.v` files in every directory

0 commit comments

Comments
 (0)