unsoundness: dafny seems to assume tuple and inductive datatypes are inhabited #851
Labels
logic
An inconsistency in Dafny's logic (e.g. in the Boogie prelude)
Milestone
the following verifies in 3.0.0:
trait C { predicate f() ensures false }
predicate bad() ensures false { var c:(C) :| true; c.f() }
The text was updated successfully, but these errors were encountered: