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

T5957.hs:3:9:
    Illegal polymorphic or qualified type: Show a => a -> String
    Perhaps you intended to use -XRankNTypes or -XRank2Types
    In the type signature for `flex':
      flex :: Int -> Show a => a -> String