summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_fail/TidyClash.stderr
blob: 15282550b5afca1d6f82066c08627805ecde4993 (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 ‘w’
      Where: ‘w’ is a rigid type variable bound by
               the inferred type of bar :: w_ -> (w_, w -> w1)
               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 ‘w1’
      Where: ‘w1’ is a rigid type variable bound by
               the inferred type of bar :: w_ -> (w_, w -> w1)
               at TidyClash.hs:9:1-28
      To use the inferred type, enable PartialTypeSignatures
    • In the type signature: bar :: w_ -> (w_, _ -> _)