-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_CoqProject
More file actions
28 lines (26 loc) · 1 KB
/
Copy path_CoqProject
File metadata and controls
28 lines (26 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
-Q theories ltl
# We sometimes want to locally override notation (e.g. in proofmode/base.v, bi/embedding.v), and there
# is no good way to do that with scopes.
-arg -w -arg -notation-overridden
# non-canonical projections (https://github.com/coq/coq/pull/10076) do not exist yet in 8.9.
-arg -w -arg -redundant-canonical-projection
# change_no_check does not exist yet in 8.9.
-arg -w -arg -convert_concl_no_check
# "Declare Scope" does not exist yet in 8.9.
-arg -w -arg -undeclared-scope
-arg -w -arg -cannot-define-projection
# We have ambiguous paths and so far it is not even clear what they are (https://gitlab.mpi-sws.org/iris/iris/issues/240).
-arg -w -arg -ambiguous-paths
-arg -native-compiler -arg no
# Fixing this one requires Coq 8.19
-arg -w -arg -argument-scope-delimiter
-arg -w -arg -notation-for-abbreviation
-arg -w -arg -masking-absolute-name
theories/trace.v
theories/ltl.v
theories/ltl_fixpoints.v
theories/ltl_now.v
theories/ltl_adequacy.v
theories/classical.v
theories/examples.v
theories/stenning.v