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

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