Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking issue: trusted functions in creusot-contracts #1192

Open
15 tasks
arnaudgolfouse opened this issue Oct 23, 2024 · 0 comments
Open
15 tasks

Tracking issue: trusted functions in creusot-contracts #1192

arnaudgolfouse opened this issue Oct 23, 2024 · 0 comments

Comments

@arnaudgolfouse
Copy link
Collaborator

The following functions in creusot-contracts are still trusted, and it could certainly be removed:

  • logic::FSet::ext_eq
  • std::iter::Iterator::map_inv
  • std::slice::Iter::produces_refl
  • std::slice::Iter::produces_trans
  • std::vec::IntoIter::produces_trans
  • std::iter::filter::Filter::produces_trans
  • std::iter::fuse::Fuse::is_fused
  • std::iter::map_inv::MapInv::produces_refl
  • std::iter::map_inv::MapInv::produces_trans
  • std::iter::map_inv::MapInv::preservation_inv
  • std::iter::map_inv::MapInv::produces_one_invariant
  • std::iter::map_inv::MapInv::produces_one
  • std::iter::map::Map::produces_trans
  • std::iter::skip::Skip::produces_trans
  • std::iter::zip::Zip::produces_trans

I'm not saying we should do this immediately, but it would be nice to eventually properly prove those functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant