Skip to content

Commit e2a1004

Browse files
committed
Remove pluscal checksums
Signed-off-by: Andrew Helwer <[email protected]>
1 parent 41faafb commit e2a1004

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

specifications/DiningPhilosophers/DiningPhilosophers.tla

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Think:
113113
end process;
114114

115115
end algorithm; *)
116-
\* BEGIN TRANSLATION (chksum(pcal) = "ea877089" /\ chksum(tla) = "16352822")
116+
\* BEGIN TRANSLATION
117117
VARIABLES forks, pc
118118

119119
(* define statement *)

specifications/KeyValueStore/KVsnap.tla

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ COMMIT: \* Commit the transaction to the database if there is no conflict
7979
}
8080
*)
8181

82-
\* BEGIN TRANSLATION (chksum(pcal) = "1adfcb46" /\ chksum(tla) = "5b28617f")
82+
\* BEGIN TRANSLATION
8383
VARIABLES store, tx, missed, pc, snapshotStore, read_keys, write_keys, ops
8484

8585
vars == << store, tx, missed, pc, snapshotStore, read_keys, write_keys, ops

specifications/LearnProofs/AddTwo.tla

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ EXTENDS Naturals, TLAPS
1717
}
1818
}
1919
****************************************************************************)
20-
\* BEGIN TRANSLATION (chksum(pcal) = "b4b07666" /\ chksum(tla) = "8adfa002")
20+
\* BEGIN TRANSLATION
2121
VARIABLE x
2222

2323
vars == << x >>

specifications/LearnProofs/FindHighest.tla

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ lb: while (i <= Len(f)) {
2323
}
2424
}
2525
****************************************************************************)
26-
\* BEGIN TRANSLATION (chksum(pcal) = "31f24270" /\ chksum(tla) = "819802c6")
26+
\* BEGIN TRANSLATION
2727
VARIABLES f, h, i, pc
2828

2929
(* define statement *)

specifications/LeastCircularSubstring/LeastCircularSubstring.tla

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ LVR: j := j + 1;
4646
end algorithm;
4747
4848
****************************************************************************)
49-
\* BEGIN TRANSLATION (chksum(pcal) = "c2e05615" /\ chksum(tla) = "81694c33")
49+
\* BEGIN TRANSLATION
5050
VARIABLES b, n, f, i, j, k, pc
5151

5252
(* define statement *)

specifications/MultiPaxos-SMR/MultiPaxos.tla

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ end algorithm; *)
424424

425425
----------
426426

427-
\* BEGIN TRANSLATION (chksum(pcal) = "2be53042" /\ chksum(tla) = "bfbfd945")
427+
\* BEGIN TRANSLATION
428428
VARIABLES msgs, node, pending, observed, pc
429429

430430
(* define statement *)

specifications/chang_roberts/ChangRoberts.tla

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ succ(n) == IF n=N THEN 1 ELSE n+1 \* successor along the ring
6262
} \* end process
6363
} \* end algorithm
6464
**)
65-
\* BEGIN TRANSLATION (chksum(pcal) = "65c8d352" /\ chksum(tla) = "33951c89")
65+
\* BEGIN TRANSLATION
6666
VARIABLES msgs, pc, initiator, state
6767

6868
vars == << msgs, pc, initiator, state >>

specifications/ewd687a/EWD687aPlusCal.tla

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ l: while (TRUE) {
8888
}
8989
}
9090
*)
91-
\* BEGIN TRANSLATION (chksum(pcal) = "d18d3150" /\ chksum(tla) = "7d13cf45")
91+
\* BEGIN TRANSLATION
9292
VARIABLES terminationDetected, network
9393

9494
(* define statement *)

specifications/ewd998/EWD998PCal.tla

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ l: while (TRUE) {
8181
}
8282
}
8383
********)
84-
\* BEGIN TRANSLATION (chksum(pcal) = "4d658e04" /\ chksum(tla) = "530581e3")
84+
\* BEGIN TRANSLATION
8585
VARIABLE network
8686

8787
(* define statement *)

0 commit comments

Comments
 (0)