Skip to content

Instantly share code, notes, and snippets.

@raine
Last active August 29, 2015 14:19
Show Gist options
  • Save raine/abe62f31fcaaa2cc9bc0 to your computer and use it in GitHub Desktop.
Save raine/abe62f31fcaaa2cc9bc0 to your computer and use it in GitHub Desktop.
var lines = R.split('\n');
var unlines = R.join('\n');
var lineLens = R.lens(lines, unlines);
lineLens.map(R.map(R.concat(R.__, '!')), 'foo\nbar'); // => 'foo!\nbar!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment