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

class C a where
  f :: a -> String