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