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

T17563.hs:6:9: error:
    • Illegal equational constraint a b ~ a c
      (Use GADTs or TypeFamilies to permit this)
    • In the quantified constraint ‘forall (a :: * -> *). a b ~ a c’
      In the type signature: blah :: (forall a. a b ~ a c) => b -> c