summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/RepPolyApp.stderr
blob: ee7e914b02aa18cc74d233ca9d83069da45ec23f (plain)
1
2
3
4
5
6
7
8
9

RepPolyApp.hs:11:11: error:
    • The function argument
        ‘(undefined :: a)’
      does not have a fixed runtime representation:
        a :: TYPE rep
    • In the first argument of ‘f’, namely ‘(undefined :: a)’
      In the expression: f (undefined :: a)
      In an equation for ‘foo’: foo f = f (undefined :: a)