Closed konsumlamm closed 5 years ago
The fold with key functions currently use toList, which uses foldrWithKey, resulting in an infinite recursion. Rewrite the fold with key functions without toList to fix this.
toList
foldrWithKey
Should be fixed by now.
The fold with key functions currently use
toList
, which usesfoldrWithKey
, resulting in an infinite recursion. Rewrite the fold with key functions withouttoList
to fix this.