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

class C a where
  f :: a -> String