
19 Mar
2012
19 Mar
'12
1:24 p.m.
import Control.Applicative f, g :: Float -> Float f x = x + 1 g x = 2 * x h = (+) <$> f <*> g Cheers, =) -- Felipe.