lasagne-proofs
Proofs for "Lasagne: A Static Binary Translator for Weak Memory Model Architectures"
323
Architecture mapping proofs written in Agda for the paper "Lasagne: A Static Binary Translator for Weak Memory Model Architectures"
See also: https://github.com/sourcedennis/lasagne-proofs
This Docker image contains:
To execute the proofs, run:
docker run -it --rm sourcedennis/lasagne-proofs:latest agda src/Main.agda --safe
To generate HTML-rendered Agda, run:
docker run -it --rm -v "$PWD/html:/proofs/html" sourcedennis/lasagne-proofs:latest agda --html --html-dir=html src/Main.agda
Note that this creates a local html/ directory. You can open html/Main.html in any browser.
Content type
Image
Digest
Size
39.6 MB
Last updated
about 4 years ago
docker pull sourcedennis/lasagne-proofs