Skip to content
Snippets Groups Projects
Commit d8b37fe6 authored by Hai Dang's avatar Hai Dang
Browse files

fix README more

parent 2491a5c3
Branches
Tags
No related merge requests found
...@@ -37,6 +37,8 @@ The directory structure is as follows: ...@@ -37,6 +37,8 @@ The directory structure is as follows:
- Properties of the simulation with respect to the operational semantics are - Properties of the simulation with respect to the operational semantics are
proven in `sim/body.v`, `sim/refl_pure_step.v`, `sim/refl_mem_step.v`, proven in `sim/body.v`, `sim/refl_pure_step.v`, `sim/refl_mem_step.v`,
`sim/left_step.v`, `sim/right_step.v`, `sim/simple.v`. `sim/left_step.v`, `sim/right_step.v`, `sim/simple.v`.
- The fundamental property that the simulation is reflexive is proven in
`sim/refl.v`.
- The main invariant needed for these properties is in `sim/invariant.v`. - The main invariant needed for these properties is in `sim/invariant.v`.
* `theories/opt`: Proofs of optimizations. * `theories/opt`: Proofs of optimizations.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment