Adding (??) into Data.Functor
Dimitri Sabadie
dimitri.sabadie at gmail.com
Sun Feb 16 18:51:06 UTC 2014
Hi all,
I often come up using this snippet:
map ($ a) l
with
l :: [a -> b]
In Control.Lens, there's a nice combinator for that, (??) :
l ?? a
I think it'd be great to include that in Data.Functor, because it's a very
common use case.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/libraries/attachments/20140216/d713e536/attachment.html>
More information about the Libraries
mailing list