blob: de9848d4c64f7cdde81cdd9ba1d91d4089ea8eea (
plain)
1
2
3
4
5
6
7
8
9
10
|
RepPolyMcBody.hs:30:16: error:
• The first argument of the rebindable syntax operator ‘(>>)’
arising from a statement in a monad comprehension
does not have a fixed runtime representation.
Its type is:
ma0 :: TYPE rep
• In a stmt of a monad comprehension: True
In the expression: [() | True]
In an equation for ‘foo’: foo _ = [() | True]
|