-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_CoqProject
51 lines (49 loc) · 1.81 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
-Q theories DiSeL
-arg -w -arg -notation-overridden
-arg -w -arg -local-declaration
-arg -w -arg -redundant-canonical-projection
-arg -w -arg -projection-no-head-constant
-arg -w -arg -duplicate-clear
-arg -w -arg -notation-incompatible-format
theories/Core/State.v
theories/Core/Freshness.v
theories/Core/Protocols.v
theories/Core/EqTypeX.v
theories/Core/DepMaps.v
theories/Core/StatePredicates.v
theories/Core/NewStatePredicates.v
theories/Core/Worlds.v
theories/Core/NetworkSem.v
theories/Core/Rely.v
theories/Core/Actions.v
theories/Core/Injection.v
theories/Core/InductiveInv.v
theories/Core/Process.v
theories/Core/Always.v
theories/Core/HoareTriples.v
theories/Core/InferenceRules.v
theories/Core/While.v
theories/Core/DiSeLExtraction.v
theories/Examples/SeqLib.v
theories/Examples/Greeter/Greeter.v
theories/Examples/Querying/QueryProtocol.v
theories/Examples/Querying/QueryHooked.v
theories/Examples/Calculator/CalculatorProtocol.v
theories/Examples/Calculator/CalculatorInvariant.v
theories/Examples/Calculator/CalculatorClientLib.v
theories/Examples/Calculator/CalculatorServerLib.v
theories/Examples/Calculator/SimpleCalculatorServers.v
theories/Examples/Calculator/DelegatingCalculatorServer.v
theories/Examples/Calculator/SimpleCalculatorApp.v
theories/Examples/TwoPhaseCommit/TwoPhaseProtocol.v
theories/Examples/TwoPhaseCommit/TwoPhaseCoordinator.v
theories/Examples/TwoPhaseCommit/TwoPhaseParticipant.v
theories/Examples/TwoPhaseCommit/SimpleTPCApp.v
theories/Examples/TwoPhaseCommit/TwoPhaseInductiveInv.v
theories/Examples/TwoPhaseCommit/TwoPhaseInductiveProof.v
theories/Examples/TwoPhaseCommit/TwoPhaseClient.v
theories/Examples/Querying/QueryPlusTPC.v
theories/Examples/LockResource/LockProtocol.v
theories/Examples/LockResource/ResourceProtocol.v
extraction/calculator/CalculatorExtraction.v
extraction/TPC/TwoPhaseExtraction.v