[Haskell-beginners] can I use "pure" all the time instead of "return" now?

Alex Belanger i.caught.air at gmail.com
Mon May 16 12:18:22 UTC 2016


(%%) is a binary function.
return and pure are both unary.

I'm don't see how the infix (%%) is solving anything here.
On May 15, 2016 6:32 PM, "Imants Cekusins" <imantc at gmail.com> wrote:

> why not use  (%%) as alias for both pure and return?
>
> % - as in "investment return"
> % - as in "pure distilled ..  "
>
> :-P
>>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20160516/f41ade52/attachment.html>


More information about the Beginners mailing list