freer-effects-0.3.0.0: tests/Tests/Common.hs
module Tests.Common where import Control.Applicative add :: Applicative f => f Int -> f Int -> f Int add = liftA2 (+)
module Tests.Common where import Control.Applicative add :: Applicative f => f Int -> f Int -> f Int add = liftA2 (+)