summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail123.stderr
blob: 396d63c9f84df9c4c6ba6050f9abd114755bd3bf (plain)
1
2
3
4
5
6
7
8
9

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