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

T10463.hs:5:9: warning:
    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)