We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add alternative for R.apply
Add an implementation of `aperture`
Improve entry for `R.converge` using `S.lift<n>`
Fix accidental uncurried function call
Show approximation of R.converge based on https://is.gd/7GdLs5
Updated Do Error objects violate referential transparency? (markdown)
Created Do Error objects violate referential transparency? (markdown)
[email protected]
Edit wiki page name
Adding ST plugin for sanctuary wiki
Created (Emacs) Better Curried Indentation (markdown)
add `S.ifElse` function
R.reject(pred, xs) ~= S.reject (pred) (xs)
R.mean(xs) ~= S.mean (xs)
Updated Ramda to Sanctuary (markdown)
Updated for v0.15.0
R.always(x)() ~= S.K(x)(y)
R.negate(x) ~= S.negate(x)
R.contains(xs) ~= S.elem(xs)
R.join(sep, ss) ~= S.joinWith(sep, ss)
R.unnest(m) ~= S.join(m)
add ‘R.’ and ‘S.’ prefixes
Adapted from https://gist.github.com/Avaq/71266610adfbe710b7931f73b6c78c85
Initial Home page