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

T19709b.hs:11:15: error: [GHC-55287]
    • The argument ‘(error @Any "e2")’ of ‘levfun’
      does not have a fixed runtime representation.
      Its type is:
        a1 :: TYPE c0
      Cannot unify ‘Any’ with the type variable ‘c0’
      because it is not a concrete ‘RuntimeRep’.
    • In the first argument of ‘levfun’, namely ‘(error @Any "e2")’
      In the first argument of ‘seq’, namely ‘levfun (error @Any "e2")’
      In the expression: levfun (error @Any "e2") `seq` return []