summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T13929.stderr
blob: 8fc7edab783319dd86def48601aa1cde7c2f3b86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

T13929.hs:29:27: error:
    A representation-polymorphic type is not allowed here:
      Type: GUnboxed f rf
      Kind: TYPE rf
    In the type of expression: gunbox x

T13929.hs:29:37: error:
    A representation-polymorphic type is not allowed here:
      Type: GUnboxed g rg
      Kind: TYPE rg
    In the type of expression: gunbox y

T13929.hs:33:24:
    A representation-polymorphic type is not allowed here:
      Type: GUnboxed f rf
      Kind: TYPE rf
    In the type of expression: gunbox l

T13929.hs:34:26:
    A representation-polymorphic type is not allowed here:
      Type: GUnboxed g rg
      Kind: TYPE rg
    In the type of expression: gunbox r