summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSon HO2024-05-21 10:50:13 +0200
committerGitHub2024-05-21 10:50:13 +0200
commitd088e1adbfb20d6f3137b236f750b0ac5fed4f95 (patch)
tree0c98db6c77e8c53b7e2c117aba6407beb053f36e /README.md
parent065e60754084ef169fd17bbb7ab1b492fb7497c3 (diff)
parentdc8ceedffa0945b84f81e318fa78f1e55b1731d2 (diff)
Merge branch 'main' into coercions
Diffstat (limited to '')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index be5122b0..86c1b31e 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,9 @@ Wall in Pompei, digital image from Michael Lahanis.
</figcaption>
</div></p>
-# Aeneas [Ae-ne-as]
+# Aeneas [Ay-nay-as]
-Aeneas (pronunced [Ae-ne-as]) is a verification toolchain for Rust programs. It relies on a translation from Rusts's MIR
+Aeneas (pronunced [Ay-nay-as]) is a verification toolchain for Rust programs. It relies on a translation from Rusts's MIR
internal language to a pure lamdba calculus. It is intended to be used in combination with
[Charon](https://github.com/AeneasVerif/charon), which compiles Rust programs to an intermediate
representation called LLBC. It currently has backends for [F\*](https://www.fstar-lang.org),