summaryrefslogtreecommitdiff
path: root/testsuite/tests/quantified-constraints/T15334.stderr
blob: 902d7a71e530e39be7583f920c8a51c949609bf9 (plain)
1
2
3
4
5
6

T15334.hs:8:6: error:
    • You can't specify an instance for a tuple constraint
    • In the quantified constraint ‘forall a. Eq a => (C m a, D m a)’
      In the type signature:
        f :: (forall a. Eq a => (C m a, D m a)) => m a