-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_CoqProject
62 lines (58 loc) · 1.48 KB
/
_CoqProject
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
-R . Top
-arg -w -arg -notation-overridden
-arg -w -arg -uniform-inheritance
-arg -w -arg -ambiguous-paths
-arg -w -arg -implicit-core-hint-db
-arg -w -arg -require-in-module
-arg -w -arg -unexpected-implicit-declaration
-arg -w -arg -undeclared-scope
-arg -w -arg -deprecated-hint-without-locality
-arg -w -arg -deprecated-instance-without-locality
-arg -w -arg -deprecated-syntactic-definition
./Binding/Properties.v
./Binding/Lib.v
./Binding/Set.v
./Binding/Auto.v
./Binding/Core.v
./Binding/Inc.v
./Binding/Intrinsic.v
./Binding/TermSimpl.v
./Binding/Product.v
./Binding/Env.v
./IxFree/Base.v
./IxFree/Con/Arrow.v
./IxFree/Con/Conj.v
./IxFree/Con/Disj.v
./IxFree/Con/Exists.v
./IxFree/Con/Forall.v
./IxFree/Con/Iff.v
./IxFree/Con/Later.v
./IxFree/Con/Tactics.v
./IxFree/Connectives.v
./IxFree/Contractive.v
./IxFree/Fixpoint.v
./IxFree/UnaryFixpoint.v
./IxFree/Relations.v
./IxFree/RelationCurry.v
./IxFree/Lib.v
./Lang/FOmega/Syntax.v
./Lang/FOmega/Types.v
./Lang/FOmega/Interp.v
./Lang/FOmegaEq/Binary/Examples.v
./Lang/FOmegaEq/Binary/Soundness.v
./Lang/FOmegaEq/Binary/Realize.v
./Lang/FOmegaEq/Binary/Compat.v
./Lang/FOmegaEq/Unary/Examples.v
./Lang/FOmegaEq/Unary/Soundness.v
./Lang/FOmegaEq/Unary/Realize.v
./Lang/FOmegaEq/Unary/Compat.v
./Lang/FOmegaEq/Interp.v
./Lang/FOmegaEq/Presheaves.v
./Lang/FOmegaEq/Types.v
./Lang/FOmegaEq/Soundness.v
./Lang/FOmegaEq/OpSemantics.v
./Lang/FOmegaEq/Kinds.v
./Lang/FOmegaEq/Typing.v
./Lang/FOmegaEq/Syntax.v
./Lang/FOmegaEq/Universe.v
./Lang/FOmegaEq/GroundView.v