11 Sep
2019
11 Sep
'19
4:13 p.m.
On Wed, Sep 11, 2019 at 7:36 AM Helmut Schmidt <helmut.schmidt.4711@gmail.com> wrote:
I can't be the only that wants this function, right?
You're not the only one! I would also like this function. In fact, only yesterday I found myself writing ( x : ) <$> recurse xs I would have preferred cons x <$> recurse xs +1 to adding cons :: x -> [x] -> [x] to Data.List. Ollie