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

T11112.hs:3:9: error:
    • Expected a type, but ‘Ord s’ has kind ‘Constraint’
    • In the type signature:
        sort :: Ord s -> [s] -> [s]