:: t -> t1 -> t package:yaya
Extracts the element at a finite index of an infinite sequence (a
!! that can't fail).
Extracts _exactly_ n elements from the infinite stream
s.
Extracts _no more than_ n elements from the possibly-infinite
sequence s.
Lops off the branches of the tree below a certain depth, turning a
potentially-infinite structure into a finite one. Like a generalized
take.