hedgehogqa / hedgehogqa/fsharp-hedgehog

Warn if some value is unused

Open
#414 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.