haskpy.typeclasses.foldable.foldr
¶
foldr
(
combine
,
initial
,
xs
)
[source]
¶
Foldable t => (a -> b -> 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.foldl
Next:
haskpy.typeclasses.foldable.foldr_lazy
Quick search