summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T2182.hs
blob: 367f6bad84f95a772cf174d0108a580a6aab6675 (plain)
1
2
3
4
5
6
module T2182 where
instance Read (IO a) where
 readsPrec = undefined
x = read "" :: IO Bool
y = show (\x -> x)
z = (\x -> x) == (\y -> y)