summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/T11473.stderr
blob: 2a4e92eae98dcfd9fff2cae32fa83b6a18f2ed1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

T11473.hs:19:1: error:
    The first pattern in the equation for ‘hello’
    does not have a fixed runtime representation.
    Its type is:
      a :: TYPE r

T11473.hs:19:17: error:
    • The function argument
        ‘x’
      does not have a fixed runtime representation.
      Its type is:
        a :: TYPE r
    • In the first argument of ‘boxed’, namely ‘x’
      In the expression: boxed x
      In an equation for ‘hello’: hello x = boxed x