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

T12845.hs:18:70: warning: [-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 -> ()