aeneas icon indicating copy to clipboard operation
aeneas copied to clipboard

A verification toolchain for Rust programs

Results 154 aeneas issues
Sort by recently updated
recently updated
newest added

In a certain sense there are two kinds of external definition - those from outside the crate being compiled, and those defined inside it. For consistency, I would expect that...

Currently, generic parameters are generated with sort `Type`, and much of the Lean backend library uses `Type` (but not all of it - I see `Type u` in quite a...

Today we have two maintain two files for the Lean tutorial: this is an avoidable maintenance burden.

The following fails: ```lean example (x : U32) : ∃ (x' : U32), ok x' = x := by progress ``` In the following the goal for the `else` branch...