Skip to content
Snippets Groups Projects
Commit ac5b43a0 authored by Dan Frumin's avatar Dan Frumin
Browse files

bumpd readme

parent 71cd0653
No related branches found
No related tags found
No related merge requests found
Pipeline #19024 failed
...@@ -53,6 +53,8 @@ they can illustrate the usage of the logic. ...@@ -53,6 +53,8 @@ they can illustrate the usage of the logic.
+ `cell.v` - higher-order cell objects + `cell.v` - higher-order cell objects
+ `ticket_lock.v` - ticket lock refines spin lock + `ticket_lock.v` - ticket lock refines spin lock
+ `various.v` - lots of examples with higher-order functions with local state, in the style of "The effects of higher-order state and control on local relational reasoning" paper + `various.v` - lots of examples with higher-order functions with local state, in the style of "The effects of higher-order state and control on local relational reasoning" paper
- `experimental` more "experimental" stuff
+ `helping/helping_stack.v` linearizability of stack with helping
## Differences with the old version ## Differences with the old version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment