Open khatchad opened 1 year ago
Right now, we consider append() on a list as side-effect producing. But I think there are other operations, e.g., slicing, on lists and other kinds of sequences that also alter the list.
append()
list
Right now, we consider
append()
on alist
as side-effect producing. But I think there are other operations, e.g., slicing, onlist
s and other kinds of sequences that also alter thelist
.