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

T14904a.hs:9:6: 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)’
      In the type family declaration for ‘F’