ghc-exactprint-0.5.3.1: tests/examples/ghc80/SH_Overlap5_B.hs
{-# LANGUAGE Safe #-}
module SH_Overlap5_B (
C(..)
) where
class C a where
f :: a -> String
{-# LANGUAGE Safe #-}
module SH_Overlap5_B (
C(..)
) where
class C a where
f :: a -> String