Skip to content

Commit

Permalink
move example extraction directives to extraction directory
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Nov 27, 2022
1 parent 18d63d0 commit 5640de2
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ theories/Examples/Calculator/CalculatorServerLib.v
theories/Examples/Calculator/SimpleCalculatorServers.v
theories/Examples/Calculator/DelegatingCalculatorServer.v
theories/Examples/Calculator/SimpleCalculatorApp.v
theories/Examples/Calculator/CalculatorExtraction.v
theories/Examples/TwoPhaseCommit/TwoPhaseProtocol.v
theories/Examples/TwoPhaseCommit/TwoPhaseCoordinator.v
theories/Examples/TwoPhaseCommit/TwoPhaseParticipant.v
theories/Examples/TwoPhaseCommit/SimpleTPCApp.v
theories/Examples/TwoPhaseCommit/TwoPhaseExtraction.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
Empty file removed extraction/TPC/.gitkeep
Empty file.
File renamed without changes.
Empty file removed extraction/calculator/.gitkeep
Empty file.

0 comments on commit 5640de2

Please sign in to comment.