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

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