{-# LANGUAGE Safe #-} module SH_Overlap5_B ( C(..) ) where class C a where f :: a -> String