**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 ```
Shared Program: https://code.world/haskell#PFkAOLqS0WzCBYeCbbXoTPQ
Description
The following (line 257 in CFracPart3) looks suspicious to me (redundant test of h):