blob: 5864edfd4dda6cbbf4cccf849b097a32cbc43f0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
TidyClash.hs:8:19: error:
Found hole: _ :: 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: error:
Found hole: _ :: 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_, _ -> _)
|