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

PartialTypeSignaturesDisabled.hs:4:8: error:
    • Found type wildcard ‘_’ standing for ‘Bool’
      To use the inferred type, enable PartialTypeSignatures
    • In the type signature:
        foo :: _ -> _
    • Relevant bindings include
        foo :: Bool -> Bool (bound at PartialTypeSignaturesDisabled.hs:5:1)

PartialTypeSignaturesDisabled.hs:4:13: error:
    • Found type wildcard ‘_’ standing for ‘Bool’
      To use the inferred type, enable PartialTypeSignatures
    • In the type signature:
        foo :: _ -> _
    • Relevant bindings include
        foo :: Bool -> Bool (bound at PartialTypeSignaturesDisabled.hs:5:1)