Registry / utility / funkify

funkify

JSON →
library0.0.4rbrubygemsunverified

Haskell-style partial application and composition for Ruby methods.

gem install funkify
INSTALL
IMPORT
SIG · FUNKIFY
F
funkify
utilityrubyv0.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Funkify
require 'funkify'

Partial application of a lambda

require 'funkify' add = ->(a, b) { a + b } add_one = add.curry[1] puts add_one.call(2) # 3
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.4latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
funkify — gem install funkify · libregistry