Skip to content

Instantly share code, notes, and snippets.

@DrBoolean
Last active May 29, 2016 20:06
Show Gist options
  • Select an option

  • Save DrBoolean/03a0684788530abc4ae7b1f0152cbfcd to your computer and use it in GitHub Desktop.

Select an option

Save DrBoolean/03a0684788530abc4ae7b1f0152cbfcd to your computer and use it in GitHub Desktop.
task_sketch3.js
Map({a: 1, b: 2}).traverse(Id.of, v => Id.of(v + 1))
// Id (Map { "a": 2, "b": 3 })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment