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

T14904a.hs:9:6: error:
    • Expected kind ‘forall (a :: k). g a’, but ‘f’ has kind ‘k1’
      ‘k1’ is a rigid type variable bound by
        a family instance declaration
        at T14904a.hs:9:3-30
    • In the first argument of ‘F’, namely ‘(f :: forall a. g a)’
      In the type family declaration for ‘F’