R.or(a,b)
to pick a or b and someone commented "hey this should not work. R.or is documented to return true or false. You should use something else and file an upstream ticket" ;)
R.equals(new Error('XXX'), new Error('XXX'))
this evaluates to false - the tests in equals.js test for it to be true
npm run test
it passes
npm run pretest && mocha test/equals
dist/ramda.js
that is commited is the build from the most recent tagged release.