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

T7778.hs:3:19:
    Expecting one more argument to ‘Num’
    Expected a type, but ‘Num’ has kind ‘* -> Constraint’
    In the type signature for ‘v’: v :: (Num Int => Num) () => ()