Skip to content

Commit 2cf2e11

Browse files
authored
Replace Functions and FunctionTheorems with Fork variants
tlaplus/tlapm#239
1 parent a3ecae1 commit 2cf2e11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

specifications/bcastByz/bcastByz.tla

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434

3535
EXTENDS Naturals,
3636
FiniteSets,
37-
Functions,
38-
FunctionTheorems,
37+
FunctionsFork,
38+
FunctionForkTheorems,
3939
FiniteSetTheorems,
4040
NaturalsInduction,
4141
SequenceTheorems,

0 commit comments

Comments
 (0)