[Haskell-beginners] Functions as Applicatives

Imants Cekusins imantc at gmail.com
Mon Aug 22 17:42:02 UTC 2016


fgh::Num a =>  a -> a
fgh = fg <*> h
{-  fgh a = fg a (a * 100)
    fgh = \a -> fg a (a * 100)
-}

, that is

​
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20160822/2325b608/attachment.html>


More information about the Beginners mailing list