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

mc20.hs:14:31:
    No instance for (Ord Unorderable) arising from a use of `groupWith'
    In the expression: groupWith
    In a stmt of a monad comprehension: then group by x using groupWith
    In the expression:
      [() | x <- [Gnorf, Brain], then group by x using groupWith]