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

T12973.hs:13:7: error:
    • The function argument
        ‘3’
      does not have a fixed runtime representation:
        a :: TYPE r
    • In the first argument of ‘(+)’, namely ‘3’
      In the expression: 3 + 4
      In an equation for ‘foo’: foo = 3 + 4

T12973.hs:13:11: error:
    • The function argument
        ‘4’
      does not have a fixed runtime representation:
        a :: TYPE r
    • In the second argument of ‘(+)’, namely ‘4’
      In the expression: 3 + 4
      In an equation for ‘foo’: foo = 3 + 4