Skip to content

Commit e94dc60

Browse files
named correctness theorem
Signed-off-by: Stephan Merz <[email protected]>
1 parent f6e3085 commit e94dc60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specifications/LearnProofs/FindHighest.tla

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Correctness ==
140140
\A idx \in DOMAIN f : f[idx] <= h
141141

142142
\* Correctness is implied by the preceding invariants.
143-
THEOREM Spec => []Correctness
143+
THEOREM IsCorrect == Spec => []Correctness
144144
<1>1. TypeOK /\ InductiveInvariant /\ DoneIndexValue => Correctness
145145
BY DEF TypeOK, InductiveInvariant, DoneIndexValue, Correctness
146146
<1>. QED

0 commit comments

Comments
 (0)