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

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