blob: b15f205ebb2aa965b6c1445856d65c2ca9301602 (
plain)
1
2
3
4
5
6
7
8
|
<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 an equation for ‘it’: it = _
• Relevant bindings include it :: t (bound at <interactive>:1:1)
|