Closed yannbolliger closed 3 years ago
Currently, all operations on stainless::{Set, Map} are unimplemented!() such that code/or runtime checks/asserts using them cannot be run.
stainless::{Set, Map}
unimplemented!()
Change this to have some runnable underlying implementations.
Maybe backed by this: https://docs.rs/im/15.0.0/im/
Currently, all operations on
stainless::{Set, Map}
areunimplemented!()
such that code/or runtime checks/asserts using them cannot be run.Change this to have some runnable underlying implementations.
Maybe backed by this: https://docs.rs/im/15.0.0/im/