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

RepPolyApp.hs:11:11: error:
    • The function argument
        ‘(undefined :: a)’
      does not have a fixed runtime representation.
      Its type is:
        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)