79352032

Date: 2025-01-13 11:32:49
Score: 0.5
Natty:
Report link

You want the foldl' from Prelude (which works on lists), not Data.ByteString (which works on bytestrings). You don't have to import anything since Prelude is imported automatically.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: Naïm Favier