"unitVar0" showing in locals
Open
Area-Debug
Feature Improvement
Impact-Medium
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 131
Description
"unitvar0" is showing when in a closure the takes no arguments like this:
```fsharp
let F() =
let x = 1
let y = 2
(fun () -> x + y)
let f = F()
f()
```

Contributor guide
Assessment
This issue has not been assessed yet.