Hacker News new | ask | show | jobs
by runeks 3297 days ago
But iteration is not a property of a list, but of the Foldable type class. A list is just one implementation of something that's Foldable/iterable. You can easily implement Foldable for custom text types.