summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_fail/PartialTypeSignaturesDisabled.stderr
blob: be6ea0ae80cf4ceb580d21c0f547d0373add2886 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

PartialTypeSignaturesDisabled.hs:4:8: error:
    • Found type wildcard ‘_’ standing for ‘Bool’
      To use the inferred type, enable PartialTypeSignatures
    • In the type ‘_ -> _’
      In the type signature: foo :: _ -> _

PartialTypeSignaturesDisabled.hs:4:13: error:
    • Found type wildcard ‘_’ standing for ‘Bool’
      To use the inferred type, enable PartialTypeSignatures
    • In the type ‘_ -> _’
      In the type signature: foo :: _ -> _