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

TidyClash.hs:8:19: error:
    • Found type wildcard ‘_’ standing for ‘_’
      Where: ‘_’ is a rigid type variable bound by
               the inferred type of bar :: w_ -> (w_, _ -> _1)
               at TidyClash.hs:9:1-28
      To use the inferred type, enable PartialTypeSignatures
    • In the type ‘w_ -> (w_, _ -> _)’
      In the type signature: bar :: w_ -> (w_, _ -> _)

TidyClash.hs:8:24: error:
    • Found type wildcard ‘_’ standing for ‘_1’
      Where: ‘_1’ is a rigid type variable bound by
               the inferred type of bar :: w_ -> (w_, _ -> _1)
               at TidyClash.hs:9:1-28
      To use the inferred type, enable PartialTypeSignatures
    • In the type ‘w_ -> (w_, _ -> _)’
      In the type signature: bar :: w_ -> (w_, _ -> _)