1 2 3 4 5 6 7 8
module T4870a where class C a where c :: a -> a {-# INLINABLE f #-} f :: (C a) => a f = c f