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