summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/mc20.stderr
blob: 1214b6ac1761c3e08e6cc200264fbb185a638370 (plain)
1
2
3
4
5
6
7
8

mc20.hs:12:9:
    No instance for (Ord Unorderable)
      arising from a use of `Control.Monad.Group.mgroupWith'
    Possible fix: add an instance declaration for (Ord Unorderable)
    In the expression: Control.Monad.Group.mgroupWith
    In a stmt of a monad comprehension: then group by x
    In the expression: [() | x <- [Gnorf, Brain], then group by x]