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

class C a where
  f :: a -> String