haskpy.typeclasses.foldable.foldl
¶
foldl
(
combine
,
initial
,
xs
)
[source]
¶
Foldable t => (b -> a -> b) -> b -> t a -> b
HaskPy
Navigation
Table of contents:
Motivation
Overview
API
haskpy.types
haskpy.typeclasses
haskpy.utils
haskpy.optics
haskpy.testing
Changelog
Related Topics
Documentation overview
API
haskpy.typeclasses
haskpy.typeclasses.foldable
Previous:
haskpy.typeclasses.foldable.fold_map
Next:
haskpy.typeclasses.foldable.foldr
Quick search