diff options
author | Son Ho | 2023-09-18 13:58:52 +0200 |
---|---|---|
committer | Son Ho | 2023-09-18 13:58:52 +0200 |
commit | a053ad9739248ade939aa04355672362221883d7 (patch) | |
tree | 156dc513299f3144a00d2a684d5e633aadf0cee6 | |
parent | 38e5f64b598cce1f45c5831db58b77843d82041a (diff) |
Update the README
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -105,6 +105,8 @@ support for partial functions and extrinsic proofs of termination (see and tactics specialized for monadic programs (see `./backends/lean/Base/Progress/Progress.lean` and `./backends/hol4/primitivesLib.sml`). +A tutorial for the Lean backend is available [here](./tests/lean/Tutorial.lean). + ## Formalization The translation has been formalized and published at ICFP2022: [Aeneas: Rust |