blob: da1dc5d1ed400e37b455cfcd26e94ef3ecb57c81 (
plain)
1
2
3
4
5
6
7
8
9
|
<interactive>:3:1: error:
• Found hole: _ :: t
Where: ‘t’ is a rigid type variable bound by
the inferred type of it :: t
at <interactive>:3:1
• In the expression: _
In an equation for ‘it’: it = _
• Relevant bindings include it :: t (bound at <interactive>:3:1)
|