ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/SH_Overlap1_B.hs
{-# LANGUAGE Safe #-}
module SH_Overlap1_B (
C(..)
) where
class C a where
f :: a -> String
{-# LANGUAGE Safe #-}
module SH_Overlap1_B (
C(..)
) where
class C a where
f :: a -> String