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

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

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