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

T10519.hs:5:18: 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:5:15
    • In the type signature: foo :: forall a. _ => a -> a -> Bool