summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/T14904.stderr
blob: dd5506c855b6f4e5220d8529abcaf208a0e16ea6 (plain)
1
2
3
4
5
6

T14904.hs:8:8: 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’