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

T5957.hs:4:9: error:
    • Illegal qualified type: Show a => a -> String
      Perhaps you intended to use RankNTypes
    • In the type signature: flex :: Int -> Show a => a -> String