summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T6120.hs
blob: e35d221cda8d796955be126a3a2d25c4c545ed30 (plain)
1
2
3
4
5
6
7
8
9
10
module T6120 where

infix 3 +++ 

class C a where
  (+++) :: a -> a -> a

{-# DEPRECATED fail "fail is deprecated" #-}
fail :: String -> String
fail = id