summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T7903.hs
blob: e631677806f8721b3602f0ada6db16e5fbe7f0db (plain)
1
2
3
4
5
6
7
{-# OPTIONS_GHC -fno-warn-redundant-constraints #-}
{-# LANGUAGE KindSignatures #-}

module T7903 where

instance Eq (((->) a :: * -> *) b)
instance (Ord b) => Ord (((->) a) b)