summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSon HO2023-09-18 13:59:38 +0200
committerGitHub2023-09-18 13:59:38 +0200
commit28f4ea9ffe02d4204bb60273b6a77db7ed48781b (patch)
tree156dc513299f3144a00d2a684d5e633aadf0cee6 /README.md
parent242aca3092c6594206896ea62eb40395accc8459 (diff)
parenta053ad9739248ade939aa04355672362221883d7 (diff)
Merge pull request #37 from AeneasVerif/son_tuto
Tutorial for the Lean backend
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 31dc74f4..768c4277 100644
--- a/README.md
+++ b/README.md
@@ -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