Open elimirks opened 4 years ago
It's not all that common in functional style, but it's common for Python programmers. Generally, using map and bind to create new lists is more FP-idiomatic
map
bind
It's not all that common in functional style, but it's common for Python programmers. Generally, using
map
andbind
to create new lists is more FP-idiomatic