We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
by method
Dafny accepts the following:
module Base { predicate method A() } module Derived refines Base { predicate A... { false } by method { return Uh?; } }