606e3f22 ^
953e3eb8 ^
1
2 3 4 5 6
{-# LANGUAGE Haskell2010 #-} module Bug873 (($), ($$)) where infixr 0 $$ ($$) :: (a -> b) -> a -> b f $$ x = f x