Re: [Haskell-cafe] The case of the missing Arrow function

2009-01-30 Thread Neil Mitchell
Hi Henk, You're only a Hoogle away: http://haskell.org/hoogle/?hoogle=liftA2 Control.Applicative liftA2 :: Applicative f = (a - b - c) - f a - f b - f c I guess its both an arrow function and an applicative function. Thanks Neil On Fri, Jan 30, 2009 at 3:02 PM, Henk-Jan van Tuyl

Re: [Haskell-cafe] The case of the missing Arrow function

2009-01-30 Thread Ross Paterson
On Fri, Jan 30, 2009 at 03:05:52PM +, Neil Mitchell wrote: You're only a Hoogle away: http://haskell.org/hoogle/?hoogle=liftA2 Control.Applicative liftA2 :: Applicative f = (a - b - c) - f a - f b - f c I guess its both an arrow function and an applicative function. Ah, but this