Skip to content

Instantly share code, notes, and snippets.

@bsalex
Last active December 14, 2015 00:43
Show Gist options
  • Save bsalex/64f988e4526a9cd8ea65 to your computer and use it in GitHub Desktop.
Save bsalex/64f988e4526a9cd8ea65 to your computer and use it in GitHub Desktop.
Creates/Overrides object prop based on existing object props
R.converge(
R.assoc('x'),
[
R.compose(
R.inc, R.prop('y')
),
R.identity
]
)({x:1, y:4})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment