Module: FpRb

Defined in:
lib/fp_rb.rb,
lib/fp_rb/version.rb

Constant Summary collapse

VERSION =
"0.3.0"
@@and_then =
-> f, a { a.and_then(f) }.curry
@@map =
-> f, a { a.map(f) }.curry