Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charon-pin
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# This is the commit from https://github.com/AeneasVerif/charon that should be used with this version of aeneas.
6c6b93beebaf143d9a6d3ffd0f7fc0ffbf57efe4
051a0322504d97dea97f013be0c70a6b48811bf0
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tests/lean/Loops.lean
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def list_nth_shared_with_id
list_nth_shared_with_id_loop i ls1

/- [loops::list_nth_mut_pair]: loop 0:
Source: 'tests/src/loops.rs', lines 199:8-199:24 -/
Source: 'tests/src/loops.rs', lines 198:4-214:1 -/
def list_nth_mut_pair_loop
{T : Type} (ls0 : List T) (ls1 : List T) (i : Std.U32) :
Result (T × T × (T → List T) × (T → List T))
Expand Down Expand Up @@ -332,7 +332,7 @@ def list_nth_mut_pair
ok ((t, t1), back, back1)

/- [loops::list_nth_shared_pair]: loop 0:
Source: 'tests/src/loops.rs', lines 223:8-223:24 -/
Source: 'tests/src/loops.rs', lines 222:4-238:1 -/
def list_nth_shared_pair_loop
{T : Type} (ls0 : List T) (ls1 : List T) (i : Std.U32) :
Result (T × T)
Expand Down