summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/T10519.stderr
blob: 31d525cda01280096bafed5053ffaca1efc47e71 (plain)
1
2
3
4
5
6
7

T10519.hs:5:8: warning: [-Wpartial-type-signatures (in -Wdefault)]
    • Found type wildcard ‘_’ standing for ‘Eq a’
      Where: ‘a’ is a rigid type variable bound by
               the inferred type of foo :: Eq a => a -> a -> Bool
               at T10519.hs:6:1-16
    • In the type signature: foo :: forall a. _ => a -> a -> Bool