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

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