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