ghc-exactprint-0.5.3.1: tests/examples/ghc80/SH_Overlap10_B.hs
{-# OPTIONS_GHC -fwarn-unsafe #-}
module SH_Overlap10_B (
C(..)
) where
class C a where
f :: a -> String
{-# OPTIONS_GHC -fwarn-unsafe #-}
module SH_Overlap10_B (
C(..)
) where
class C a where
f :: a -> String