Skip to content

Instantly share code, notes, and snippets.

@DrBoolean
Created January 21, 2016 18:16
Show Gist options
  • Select an option

  • Save DrBoolean/3043e45c732c12174637 to your computer and use it in GitHub Desktop.

Select an option

Save DrBoolean/3043e45c732c12174637 to your computer and use it in GitHub Desktop.
Lens10
const arrayIso = iso(x => x.toJS(), x => List.of.apply(List, x))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment