blob: b8cdba7968af150c55d991feb083fbf3ae4081eb (
plain)
1
2
3
4
5
6
7
8
9
10
|
T12844.hs:12:8: warning: [-Wpartial-type-signatures (in -Wdefault)]
• Found type wildcard ‘_’
standing for ‘(Foo rngs, Head rngs ~ '(r, r'))’
Where: ‘rngs’, ‘k’, ‘r’, ‘k1’, ‘r'’
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
|