summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T14904b.stderr
blob: fff6942af16a8b0ffd1a3f425e9f18a15905f250 (plain)
1
2
3
4
5
6

T14904b.hs:9:7: error:
    • Expected kind ‘forall (a :: k1). g a’, but ‘f’ has kind ‘k0’
    • In the first argument of ‘F’, namely
        ‘((f :: forall a. g a) :: forall a. g a)’
      In the type family declaration for ‘F’