summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T11112.stderr
blob: da0ab532a7b746eb014b218321f38e1235b4cb34 (plain)
1
2
3
4

T11112.hs:3:9: error:
    Constraint ‘Ord s’ used as a type
    In the type signature for ‘sort’: sort :: Ord s -> [s] -> [s]