toggle menu
Arrow
1.2.4
common
switch theme
search in API
arrow-optics
/
arrow.optics
/
Fold
/
fold
fold
open
fun
fold
(
empty
:
A
,
combine
:
(
A
,
A
)
->
A
,
source
:
S
)
:
A
(
source
)
Fold using the given
empty
element and
combine
.