hdiff
packages
feed
haskell-src-exts
-1.24.0: tests/examples/Fixity2.hs
foo = pure 1 <^> pure 2 <^> pure (+) where (<^>) = flip (<*>) infixr 4 <^>