summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T16059a.stderr
blob: 2768220653420377f401951384fc22c0a6f51c70 (plain)
1
2
3
4
5
6
7
8
9

T16059a.hs:8:6: error:
    • Illegal constraint in a kind: Eq b => b
    • In the type signature: f :: forall b (a :: Eq b => b). Int

T16059a.hs:11:6: error:
    • Illegal constraint in a kind: Eq b => b
    • In the expansion of type synonym ‘Foo’
      In the type signature: g :: forall b (a :: Foo b). Int