[Haskell-beginners] <$> and <*> pronunciation

Bob Ippolito bob at redivi.com
Fri Mar 6 02:32:00 UTC 2015


Not a stupid question at all!

<$> is fmap (literally it is just an operator version of Functor's fmap)
<*> is ap (although ap may still be specialized to Monad rather than
Applicative, it is the same operation)

On Thu, Mar 5, 2015 at 5:39 PM, Max Schneider <maxwell.j.schneider at gmail.com
<javascript:_e(%7B%7D,'cvml','maxwell.j.schneider at gmail.com');>> wrote:

> (I really hope 'no stupid questions' holds here)
> I'm not even going to try framing this into a weighty or practical
> question; how do you pronounce the <$> and <*> Applicative functions?
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> <javascript:_e(%7B%7D,'cvml','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/20150305/a8a54774/attachment.html>


More information about the Beginners mailing list