Skip to content
Snippets Groups Projects
Commit c3a8a2a3 authored by Ralf Jung's avatar Ralf Jung
Browse files

README; trailing newline

parent 9bad5ed7
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -28,9 +28,10 @@ Run `make` to build the full development.
This repository contains the following case studies:
* [barrier](theories/barrier): The implementation and proof of a barrier as
described in "Higher-Order Ghost State" <http://doi.acm.org/10.1145/2818638>.
* [logrel](theories/logrel): the following logical relations from the paper <http://doi.acm.org/10.1145/3093333.3009855>:
* [barrier](theories/barrier): Implementation and proof of a barrier as
described in ["Higher-Order Ghost State"](http://doi.acm.org/10.1145/2818638).
* [logrel](theories/logrel): Logical relations from the
[IPM paper](http://doi.acm.org/10.1145/3093333.3009855):
- STLC
* Unary logical relations proving type safety
- F_mu (System F with recursive types)
......
......@@ -47,4 +47,4 @@ theories/logrel/F_mu_ref_conc/examples/counter.v
theories/logrel/F_mu_ref_conc/examples/stack/stack_rules.v
theories/logrel/F_mu_ref_conc/examples/stack/CG_stack.v
theories/logrel/F_mu_ref_conc/examples/stack/FG_stack.v
theories/logrel/F_mu_ref_conc/examples/stack/refinement.v
\ No newline at end of file
theories/logrel/F_mu_ref_conc/examples/stack/refinement.v
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment