Redundant code in CFracPart3
Open
- Dominant language
- Haskell
- Stars
- 1.3k
- Forks
- 201
- PR merge metrics
- No merged PRs in 30d
Description
**Shared Program**: https://code.world/haskell#PFkAOLqS0WzCBYeCbbXoTPQ
**Description**
The following (line 257 in CFracPart3) looks suspicious to me (redundant test of h):
```
| h == 0 || h == 0 = consumeY
```
Contributor guide
Assessment
This issue has not been assessed yet.