summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T19187a.hs
blob: ea7be4fec98a77113549c4e712d941b88b8ac0a5 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE FlexibleContexts #-}

module T19187a where

data T

instance Eq Int => Eq T