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

class C a where
  f :: a -> String