summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/T12845.stderr
blob: 912784a092e24f570737dc686a854201204bbe8d (plain)
1
2
3
4
5
6
7
8

T12845.hs:18:70: warning: [GHC-88464] [-Wpartial-type-signatures (in -Wdefault)]
    • Found extra-constraints wildcard standing for ‘()’
    • In the type signature:
        broken :: forall r r' rngs. ('(r, r') ~ Head rngs,
                                     Bar r r' ~ 'True,
                                     _) =>
                                    Foo r -> Proxy rngs -> ()