Skip to content

Commit 5640de2

Browse files
committed
move example extraction directives to extraction directory
1 parent 18d63d0 commit 5640de2

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

_CoqProject

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ theories/Examples/Calculator/CalculatorServerLib.v
3838
theories/Examples/Calculator/SimpleCalculatorServers.v
3939
theories/Examples/Calculator/DelegatingCalculatorServer.v
4040
theories/Examples/Calculator/SimpleCalculatorApp.v
41-
theories/Examples/Calculator/CalculatorExtraction.v
4241
theories/Examples/TwoPhaseCommit/TwoPhaseProtocol.v
4342
theories/Examples/TwoPhaseCommit/TwoPhaseCoordinator.v
4443
theories/Examples/TwoPhaseCommit/TwoPhaseParticipant.v
4544
theories/Examples/TwoPhaseCommit/SimpleTPCApp.v
46-
theories/Examples/TwoPhaseCommit/TwoPhaseExtraction.v
4745
theories/Examples/TwoPhaseCommit/TwoPhaseInductiveInv.v
4846
theories/Examples/TwoPhaseCommit/TwoPhaseInductiveProof.v
4947
theories/Examples/TwoPhaseCommit/TwoPhaseClient.v
5048
theories/Examples/Querying/QueryPlusTPC.v
5149
theories/Examples/LockResource/LockProtocol.v
5250
theories/Examples/LockResource/ResourceProtocol.v
51+
extraction/calculator/CalculatorExtraction.v
52+
extraction/TPC/TwoPhaseExtraction.v

extraction/TPC/.gitkeep

Whitespace-only changes.
File renamed without changes.

extraction/calculator/.gitkeep

Whitespace-only changes.
File renamed without changes.

0 commit comments

Comments
 (0)