Module fp

Source
Expand description

In this module there’re implementations & tests of general functional programming features.

Traits§

Reduce
Implementations of ECMASript-like reduce()

Functions§

compose_two
Compose two functions into one. Return f(g(x))
contains
filter
foldl
foldr
map
reduce
reverse