We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0854a6b commit 17dd02fCopy full SHA for 17dd02f
src/lec4_advanced.dfy
@@ -108,7 +108,7 @@ opaque predicate Good(n: nat) {
108
109
lemma FourIsGood_attempt1()
110
ensures Good(4)
111
-{ // error: A postcondition might not hold on this return path
+{ // error: A postcondition could not be proved on this return path
112
// notice that this proof doesn't go through - Dafny doesn't know anything
113
// about Good other than it is a deterministic predicate that takes a `nat`.
114
}
0 commit comments