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

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