aboutsummaryrefslogtreecommitdiff
path: root/hoogle-test/src/Bug873/Bug873.hs
blob: 4df1b772d7679e49997112eec74d987438faea17 (plain) (blame)
1
2
3
4
5
6
{-# LANGUAGE Haskell2010 #-}
module Bug873 (($), ($$)) where
infixr 0 $$

($$) :: (a -> b) -> a -> b
f $$ x = f x