epfl-lara / stainless

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

Have isExpressionFresh consider arguments when computing freshness of a function call #1505

Closed mario-bucev closed 3 months ago

mario-bucev commented 3 months ago

It seems that when recurring on the body of the (non-recursive) function, the intent was to use rec with bindings and not the top-level isExpressionFresh function?