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

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