Open DarinM223 opened 2 years ago
When I hover over a variable name like ll I get a tooltip showing the value of ll:
ll
But after I rename ll to ll' and try to hover over ll', I get:
ll'
Not in scope: `ll'
even though ll' is in the GHCi Local section:
Hi. This could be a bug. I'll check it. Thanks.
When I hover over a variable name like
ll
I get a tooltip showing the value ofll
:But after I rename
ll
toll'
and try to hover overll'
, I get:even though
ll'
is in the GHCi Local section: