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

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