{-# OPTIONS_GHC -fwarn-unsafe #-} module SH_Overlap9_B ( C(..) ) where class C a where f :: a -> String