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

tcfail123.hs:11:9: error:
    Couldn't match a lifted type with an unlifted type
    When matching the kind of ‘Int#’
    In the first argument of ‘f’, namely ‘3#’
    In the expression: f 3#
    In an equation for ‘h’: h v = f 3#