epfl-lara / stainless

Verification framework and tool for higher-order Scala programs
https://epfl-lara.github.io/stainless/
Apache License 2.0
349 stars 50 forks source link

Supporting more Either methods #1415

Closed andreagilot-da closed 1 year ago

andreagilot-da commented 1 year ago

Some methods of the Either scala class are not currently supported in Stainless although they are particularly useful. This includes for example forall, exists, left, contains and toOption.