blob: 63aa0f3751061ac3495a29d45eb6a793384680fe (
plain)
1
2
3
4
5
6
7
8
9
10
|
T19709b.hs:11:14: error:
• The function argument
‘(error @Any "e2")’
does not have a fixed runtime representation.
Its type is:
a0 :: TYPE Any
• 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 []
|