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

class C a where
  f :: a -> String