hedgehogqa / hedgehogqa/fsharp-hedgehog
Warn if some value is unused
Open
- Dominant language
- F#
- Stars
- 284
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
There is a bug in F# that prevents this project from turning on warnings for unused values.
```fsharp
property {
let! i = Gen.alpha // The value 'i' is reported as unused
where true
return i = i
}
```
Contributor guide
Assessment
This issue has not been assessed yet.