summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/SimpleFail15.stderr
blob: 9a10408997ced2858f295326d0124ffe6eb489d5 (plain)
1
2
3
4
5

SimpleFail15.hs:5:8: error:
    Illegal polymorphic or qualified type: (a ~ b) => t
    Perhaps you intended to use RankNTypes or Rank2Types
    In the type signature: foo :: (a, b) -> (a ~ b => t) -> (a, b)