[Haskell-cafe] Reinventing the wheel? Does any existing package provide an applicatively lifted (>>) ?
Norbert Melzer
timmelzer at gmail.com
Thu Sep 28 11:02:12 UTC 2017
Am 28.09.2017 um 12:57 schrieb Jeffrey Brown:
>> or, equivalently:
>>
>> a `andthen` b = (>>) <$> a <*> b
>>
>> for which http://pointree.io <http://pointree.io/> dutifully gives me:
>>
>> andthen = (<*>) . ((>>) <$>)
>
> That link is not working for me, and Google isn't finding it, and it
> sounds like a useful thing.
Theres just an `f` missing. Correct link is probably http://pointfree.io/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20170928/35eec353/attachment.sig>
More information about the Haskell-Cafe
mailing list