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

Slowness of `ValueClasses` #1426

Closed mario-bucev closed 11 months ago

mario-bucev commented 1 year ago

ValueClasses takes a considerable amount of processing time even though it is (most of the time) a no-op.

mario-bucev commented 11 months ago

Addressed by https://github.com/epfl-lara/stainless/pull/1441