summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T7903.hs
blob: 662af0c8547c0471a3091a2741e1719ee0ff10bb (plain)
1
2
3
4
5
6
{-# LANGUAGE KindSignatures #-}

module T7903 where

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