Skip to content

Commit

Permalink
Add missing termination measure
Browse files Browse the repository at this point in the history
  • Loading branch information
dnezam committed Feb 6, 2024
1 parent 1f14160 commit 7624bea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/verify.gobra
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const Uncallable bool = false

ghost
requires false
decreases _
func Unreachable()

ghost
Expand All @@ -36,7 +37,7 @@ func TODO()

ghost
requires b
decreases
decreases _
pure func Asserting(ghost b bool) Unit {
return Unit{}
}

0 comments on commit 7624bea

Please sign in to comment.