summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/T19709b.stderr
blob: d098a1ee83f0849b5d79749e5deb60462a185351 (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 r0
      Cannot unify ‘Any’ with the type variable ‘r0’
      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 []