proto3-suite icon indicating copy to clipboard operation
proto3-suite copied to clipboard

Removing redundant folds

Open riz0id opened this issue 2 years ago • 0 comments

Removes several redundant folds that were used in Message / MessageField instances:

  • Changes foldMap f . Map.toList in favor of Map.foldrWithKey
  • Removes identities Foldable.toList :: [(k, v)] -> [(k, v)]

riz0id avatar Mar 16 '22 02:03 riz0id