diff options
author | stuebinm | 2024-06-29 22:05:40 +0200 |
---|---|---|
committer | stuebinm | 2024-06-29 22:05:40 +0200 |
commit | 60ec110ebfe85ecbadf2641bdc5315c619766f0e (patch) | |
tree | 8a561987f505ede81c70e12babb513b592d13e00 /notes.md | |
parent | 69e7653d313773304939de58c575595ece3aa034 (diff) |
doesn't do much, just proves that the find function won't cause an
error.
also removes all uses of rust traits, since these are currently broken
on the aeneas side.
Diffstat (limited to 'notes.md')
-rw-r--r-- | notes.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +# Isabelle + +build with + +``` +❯ isabelle build -d path/to/aeneas/backends/IsabelleHOL/ -D . +``` + +or open in jedit via + +``` +❯ isabelle jedit -d path/to/aeneas/backends/IsabelleHOL/ Verification.thy +``` + +(there is no nix flake output for Isabelle. Isabelle is unpackagable and the +one that exists in nixpkgs is but a mirage) + # Formalization notes - Inhabited is not synthesized systematically for any type. |