summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell/overlapping/SH_Overlap5_B.hs
blob: e7e8102b983afac7fd0cfa97cd1a4c99f51279b9 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE Safe #-}
module SH_Overlap5_B (
    C(..)
  ) where

class C a where
  f :: a -> String