Cannot verify postcondition in lambda #6117
Labels
incompleteness
Things that Dafny should be able to prove, but can't
kind: bug
Crashes, unsoundness, incorrect output, etc. If possible, add a `part:` label
Dafny version
4.10.0
Code to produce this issue
Command to run and resulting output
What happened?
Dafny seems to be unable to verify that the postcondition
f(x) > 5
holds, but only when the type is instantiated by a lambda. Instantiating the type withFoo
verifies as expected.I asked on zulip first, but this does now seem to be a bug.
What type of operating system are you experiencing the problem on?
Mac
The text was updated successfully, but these errors were encountered: