react/curry

This package is abandoned and no longer maintained. The author suggests using the react/partial package instead.

[DEPRECATED] Partial function application. See react/partial.

Maintainers

👁 igorw
👁 cboden

Package info

github.com/reactphp/curry

pkg:composer/react/curry

Statistics

Installs: 4 647

Dependents: 7

Suggesters: 0

Stars: 35

Open Issues: 0

v1.1.1 2013-01-04 17:21 UTC

Requires

  • php: >=5.3.2

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 306ab62b61fb540bed8bffa987f6c663eda86d40

currycurryingfunctional-programming

This package is not auto-updated.

Last update: 2019-02-20 17:15:34 UTC


README

Partial function application.

👁 Build Status

Deprecated

This library is deprecated and has been replaced with react/partial. The reason is that the library does not actually implement currying, it does partial function application.