Skip to content

Commit

Permalink
Remove inaccurate comment about implementation detail.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmy authored May 17, 2024
1 parent f089d21 commit 9c13c11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/SequencesExt.tla
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ SetToSortSeq(S, op(_,_)) ==
(* Convert a set to a sorted sequence that contains all the elements of *)
(* the set exactly once, and contains no other elements. *)
(**************************************************************************)
\* Not defined via CHOOSE like SetToSeq but with an additional conjunct,
\* because this variant works efficiently without a dedicated TLC override.
SortSeq(SetToSeq(S), op)

SetToAllKPermutations(S) ==
Expand Down

0 comments on commit 9c13c11

Please sign in to comment.