|
1 | | --Q Core DiSeL |
2 | | --Q Examples DiSeL |
| 1 | +-Q theories DiSeL |
3 | 2 |
|
4 | 3 | -arg -w -arg -notation-overridden |
5 | 4 | -arg -w -arg -local-declaration |
|
9 | 8 | -arg -w -arg -notation-incompatible-format |
10 | 9 | -arg -w -arg -deprecated-hint-without-locality |
11 | 10 |
|
12 | | -Core/State.v |
13 | | -Core/Freshness.v |
14 | | -Core/Protocols.v |
15 | | -Core/EqTypeX.v |
16 | | -Core/DepMaps.v |
17 | | -Core/StatePredicates.v |
18 | | -Core/NewStatePredicates.v |
19 | | -Core/Worlds.v |
20 | | -Core/NetworkSem.v |
21 | | -Core/Rely.v |
22 | | -Core/Actions.v |
23 | | -Core/Injection.v |
24 | | -Core/InductiveInv.v |
25 | | -Core/Process.v |
26 | | -Core/Always.v |
27 | | -Core/HoareTriples.v |
28 | | -Core/InferenceRules.v |
29 | | -Core/While.v |
30 | | -Core/DiSeLExtraction.v |
31 | | -Examples/SeqLib.v |
32 | | -Examples/Greeter/Greeter.v |
33 | | -Examples/Querying/QueryProtocol.v |
34 | | -Examples/Querying/QueryHooked.v |
35 | | -Examples/Calculator/CalculatorProtocol.v |
36 | | -Examples/Calculator/CalculatorInvariant.v |
37 | | -Examples/Calculator/CalculatorClientLib.v |
38 | | -Examples/Calculator/CalculatorServerLib.v |
39 | | -Examples/Calculator/SimpleCalculatorServers.v |
40 | | -Examples/Calculator/DelegatingCalculatorServer.v |
41 | | -Examples/Calculator/SimpleCalculatorApp.v |
42 | | -Examples/Calculator/CalculatorExtraction.v |
43 | | -Examples/TwoPhaseCommit/TwoPhaseProtocol.v |
44 | | -Examples/TwoPhaseCommit/TwoPhaseCoordinator.v |
45 | | -Examples/TwoPhaseCommit/TwoPhaseParticipant.v |
46 | | -Examples/TwoPhaseCommit/SimpleTPCApp.v |
47 | | -Examples/TwoPhaseCommit/TwoPhaseExtraction.v |
48 | | -Examples/TwoPhaseCommit/TwoPhaseInductiveInv.v |
49 | | -Examples/TwoPhaseCommit/TwoPhaseInductiveProof.v |
50 | | -Examples/TwoPhaseCommit/TwoPhaseClient.v |
51 | | -Examples/Querying/QueryPlusTPC.v |
52 | | -Examples/LockResource/LockProtocol.v |
53 | | -Examples/LockResource/ResourceProtocol.v |
| 11 | +theories/Core/State.v |
| 12 | +theories/Core/Freshness.v |
| 13 | +theories/Core/Protocols.v |
| 14 | +theories/Core/EqTypeX.v |
| 15 | +theories/Core/DepMaps.v |
| 16 | +theories/Core/StatePredicates.v |
| 17 | +theories/Core/NewStatePredicates.v |
| 18 | +theories/Core/Worlds.v |
| 19 | +theories/Core/NetworkSem.v |
| 20 | +theories/Core/Rely.v |
| 21 | +theories/Core/Actions.v |
| 22 | +theories/Core/Injection.v |
| 23 | +theories/Core/InductiveInv.v |
| 24 | +theories/Core/Process.v |
| 25 | +theories/Core/Always.v |
| 26 | +theories/Core/HoareTriples.v |
| 27 | +theories/Core/InferenceRules.v |
| 28 | +theories/Core/While.v |
| 29 | +theories/Core/DiSeLExtraction.v |
| 30 | +theories/Examples/SeqLib.v |
| 31 | +theories/Examples/Greeter/Greeter.v |
| 32 | +theories/Examples/Querying/QueryProtocol.v |
| 33 | +theories/Examples/Querying/QueryHooked.v |
| 34 | +theories/Examples/Calculator/CalculatorProtocol.v |
| 35 | +theories/Examples/Calculator/CalculatorInvariant.v |
| 36 | +theories/Examples/Calculator/CalculatorClientLib.v |
| 37 | +theories/Examples/Calculator/CalculatorServerLib.v |
| 38 | +theories/Examples/Calculator/SimpleCalculatorServers.v |
| 39 | +theories/Examples/Calculator/DelegatingCalculatorServer.v |
| 40 | +theories/Examples/Calculator/SimpleCalculatorApp.v |
| 41 | +theories/Examples/TwoPhaseCommit/TwoPhaseProtocol.v |
| 42 | +theories/Examples/TwoPhaseCommit/TwoPhaseCoordinator.v |
| 43 | +theories/Examples/TwoPhaseCommit/TwoPhaseParticipant.v |
| 44 | +theories/Examples/TwoPhaseCommit/SimpleTPCApp.v |
| 45 | +theories/Examples/TwoPhaseCommit/TwoPhaseInductiveInv.v |
| 46 | +theories/Examples/TwoPhaseCommit/TwoPhaseInductiveProof.v |
| 47 | +theories/Examples/TwoPhaseCommit/TwoPhaseClient.v |
| 48 | +theories/Examples/Querying/QueryPlusTPC.v |
| 49 | +theories/Examples/LockResource/LockProtocol.v |
| 50 | +theories/Examples/LockResource/ResourceProtocol.v |
| 51 | +extraction/calculator/CalculatorExtraction.v |
| 52 | +extraction/TPC/TwoPhaseExtraction.v |
0 commit comments