summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeirdre Connolly2023-03-30 03:31:08 -0400
committerGitHub2023-03-30 03:31:08 -0400
commitee2a8066042cccb6baae9a6cf547d58462d1030e (patch)
treeae3af3d9734d2fe48513cd88d1fe85c24003c1bb
parent1535b37ae84ddb1d2679c19b8fcc734351e5ce5d (diff)
Update README about Coq backend support
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 372d2f8a..3acba834 100644
--- a/README.md
+++ b/README.md
@@ -14,10 +14,9 @@ Wall in Pompei, digital image from Michael Lahanis.
Aeneas 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/Kachoc/charon), which compiles Rust programs to an intermediate
-representation called LLBC. It currently has a backend for the [F\*](https://www.fstar-lang.org)
-theorem prover, and we intend to add backends for other provers such as
-[Coq](https://coq.inria.fr/), [HOL4](https://hol-theorem-prover.org/) or
-[LEAN](https://leanprover.github.io/).
+representation called LLBC. It currently has backends for the [F\*](https://www.fstar-lang.org)
+theorem prover and the [Coq](https://coq.inria.fr/) proof assistant, and we intend to add
+backends for other provers such as [HOL4](https://hol-theorem-prover.org/) or [LEAN](https://leanprover.github.io/).
## Project Structure