We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
creusot-contracts
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: