blob: 6d8070a339c4d5b55ce8b2321ebd8bc2433f8938 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
TidyClash.hs:8:19:
Found hole ‘_’ with type: w_
Where: ‘w_’ is a rigid type variable bound by
the inferred type of bar :: w_2 -> (w_2, w_ -> w_1)
at TidyClash.hs:9:1
To use the inferred type, enable PartialTypeSignatures
In the type signature for ‘bar’: w_ -> (w_, _ -> _)
TidyClash.hs:8:24:
Found hole ‘_’ with type: w_1
Where: ‘w_1’ is a rigid type variable bound by
the inferred type of bar :: w_2 -> (w_2, w_ -> w_1)
at TidyClash.hs:9:1
To use the inferred type, enable PartialTypeSignatures
In the type signature for ‘bar’: w_ -> (w_, _ -> _)
|