[Haskell-cafe] Building all possible element combinations from N lists.

Clark Gaebel cgaebel at uwaterloo.ca
Sun Oct 28 22:22:26 CET 2012


Golfed: http://en.wikipedia.org/wiki/Code_golf
<=< : Also known as Kleisli composition. More info:
http://www.haskell.org/hoogle/?hoogle=%3C%3D%3C

On Sun, Oct 28, 2012 at 4:36 PM, dokondr <dokondr at gmail.com> wrote:

> On Fri, Oct 26, 2012 at 2:34 AM, Jake McArthur <jake.mcarthur at gmail.com>wrote:
>
>> I golfed a bit. :)
>>
>>     sequence <=< filterM (const [False ..])
>>
>>
> What is "golfed" and  "<=<" ? Please, explain.
>
> Thanks,
> Dmitri
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20121028/56be7ae8/attachment.htm>


More information about the Haskell-Cafe mailing list