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

T4875.hs:27:24: error:
    • Expected kind ‘* -> *’, but ‘r’ has kind ‘*’
    • In the type signature: multiplicities :: r c -> [c]
      In the class declaration for ‘Morphic’