summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T19187.hs
blob: 8ced67e5f4a9bd3461f20e418346227cb5f15c6f (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE Haskell2010 #-}
{-# LANGUAGE UndecidableInstances #-}

module T19187 where

data T

instance Eq Int => Eq T