The documentation states that `unfoldr f b should consist of a appended to the result of unfoldr f b1`. Should it not read "prepended" instead?
The documentation states that
unfoldr f b should consist of a appended to the result of unfoldr f b1. Should it not read "prepended" instead?