summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/T12844.stderr
blob: 7049818a7c2ac2bdfc07d5d31dae8821d7c0dc19 (plain)
1
2
3
4
5
6
7
8
9
10

T12844.hs:12:9: warning: [-Wpartial-type-signatures (in -Wdefault)]
    • Found type wildcard ‘_’
        standing for ‘(Foo rngs, Head rngs ~ '(r, r'))’
      Where: ‘rngs’, ‘r’, ‘k’, ‘r'’, ‘k1’
               are rigid type variables bound by
               the inferred type of
                 bar :: (Foo rngs, Head rngs ~ '(r, r')) => FooData rngs
               at T12844.hs:13:1-9
    • In the type signature: bar :: _ => FooData rngs