summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T9196.stderr
blob: 6f5a204eddca76b3e19276c01b9fc1f377036615 (plain)
1
2
3
4
5
6
7
8

T9196.hs:4:7:
    Illegal constraint: forall a. Eq a
    In the type signature for ā€˜fā€™: f :: (forall a. Eq a) => a -> a

T9196.hs:7:7:
    Illegal constraint: Eq a => Ord a
    In the type signature for ā€˜gā€™: g :: (Eq a => Ord a) => a -> a