blob: 4ae894f8fe53aa94808a9578502ed2ea4fc8d06b (
plain)
1
2
3
4
5
6
7
8
|
T10463.hs:5:9: warning: [-Wpartial-type-signatures (in -Wdefault)]
• Found type wildcard ‘_’ standing for ‘[Char]’
• In a pattern type signature: _
In the pattern: x :: _
In an equation for ‘f’: f (x :: _) = x ++ ""
• Relevant bindings include
f :: [Char] -> [Char] (bound at T10463.hs:5:1)
|