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

T9305.hs:8:48: error:
    Couldn't match kind ‘* -> *’ with ‘*’
      arising from the first field of ‘EventF’ (type ‘F (Event a)’)
    When deriving the instance for (Functor EventF)