haskell-src-exts-1.17.0: tests/examples/Fixity3.hs
class Foo f where (<^>) :: Applicative f => f a -> f (a -> b) -> f b infixr 4 <^> foo = pure 1 <^> pure 2 <^> pure (+)
class Foo f where (<^>) :: Applicative f => f a -> f (a -> b) -> f b infixr 4 <^> foo = pure 1 <^> pure 2 <^> pure (+)