summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T9858b.hs
blob: 643002f7ad4b0fb2d80777cb63bb6b1eb56eba51 (plain)
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE ImpredicativeTypes #-}
{-# LANGUAGE FlexibleContexts #-}

module T9858b where
import Data.Typeable

test = typeRep (Proxy :: Proxy (Eq Int => Int))