We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 158cff3 commit 06bf5c2Copy full SHA for 06bf5c2
modules/SequencesExt.tla
@@ -408,8 +408,8 @@ Interleave(s, t) ==
408
IF i = 1 THEN << <<s[i]>> >> \o << <<t[i]>> >>
409
ELSE u[i-1] \o << <<s[i]>> >> \o << <<t[i]>> >>
410
IN Last(u)
411
- [] Len(s) = Len(t) /\ Len(s) = 0 -> << <<>>, <<>> >>
412
\* error "Interleave: sequences must have same length"
+ [] Len(s) = Len(t) /\ Len(s) = 0 -> << <<>>, <<>> >>
413
414
(**************************************************************************)
415
(* The set of all subsequences of the sequence s . Note that the empty *)
0 commit comments