@ -179,6 +179,11 @@
(lambda (seq)
(map 'list selector seq)))
(defun tap (cb)
(lambda (it)
(prog1 it
(funcall cb it))))
(defun slice (start &optional end)
(subseq it start end)))
The note is not visible to the blocked user.