haddock-2.25.0: hoogle-test/src/Bug873/Bug873.hs
{-# LANGUAGE Haskell2010 #-}
module Bug873 (($), ($$)) where
infixr 0 $$
($$) :: (a -> b) -> a -> b
f $$ x = f x
{-# LANGUAGE Haskell2010 #-}
module Bug873 (($), ($$)) where
infixr 0 $$
($$) :: (a -> b) -> a -> b
f $$ x = f x