ab9cb915 ^
1 2 3 4 5
module Bug873 (($), ($$)) where infixr 0 $$ ($$) :: (a -> b) -> a -> b f $$ x = f x