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

tcfail001.hs:9:2:
    Couldn't match expected type `[t0] -> [a0]' with actual type `[a]'
    The equation(s) for `op' have one argument,
    but its type `[a]' has none
    In the instance declaration for `A [a]'