
11 Sep
2019
11 Sep
'19
8:13 a.m.
On Wed, Sep 11, 2019 at 7:36 AM Helmut Schmidt
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