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