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

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