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