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

Fix `MatchError` in `EffectsAnalyzer` #1492

Closed mario-bucev closed 6 months ago

mario-bucev commented 6 months ago

EffectsAnalyzer crashes on the given file with the call modify(mt.buf, j) due to a missing case. This PR addresses that.