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

VisFlag3.hs:6:3: error: [GHC-25115]
    • Visibilities of forall-bound variables are not compatible
        Expected: forall k. k -> k
          Actual: forall k -> k -> k
    • In the associated type family declaration for ‘F’