summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T9838.hs
blob: 94f584c6c2e99200c3d2bd63b1552369d88e37ec (plain)
1
2
3
4
5
6
7
8
9
module T9838 where

import T9838a

foo :: EqShow a => a -> String
foo x = show x ++ show (x == x)

bar :: F Int -> Bool
bar x = x