epfl-lara / rust-stainless

An experimental Rust frontend for Stainless
Apache License 2.0
6 stars 2 forks source link

Extract tuples as synthesized ADTs #160

Closed yannbolliger closed 3 years ago

yannbolliger commented 3 years ago

As discussed and to allow mutation of tuples in Rust in the future (which is impossible in Scala/Stainless), we extract tuples as ADTs that are synthesized on-demand at extraction.