Clear comparison order for complex range checks
Open
inspection
nice to have :nail_care:
- Dominant language
- Haskell
- Stars
- 597
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
Suggest `0 < x && x < 10` instead of `x > 0 && x < 10`.
Contributor guide
Research direction
Start by locating the analyzer entry point for complex range checks and inspect how comparison suggestions are generated. Confirm the expected diagnostic for `x > 0 && x < 10`, then add coverage showing the preferred `0 < x && x < 10` ordering.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100