Inspection on forever
Open
inspection
- Dominant language
- Haskell
- Stars
- 597
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
We can catch unreachable returning value in `forever`. Basically, `forever` should always be used with the `Void` data type.
Contributor guide
Research direction
The issue names the `forever` inspection but no files or tests. Start by locating that inspection in the analyzer, then check how it handles return types; done means it reports a value-returning use while accepting `Void`.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100