Skip to content

Instantly share code, notes, and snippets.

@DrBoolean
Created January 21, 2016 17:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DrBoolean/722b17aefb6c60c5cfe3 to your computer and use it in GitHub Desktop.
Save DrBoolean/722b17aefb6c60c5cfe3 to your computer and use it in GitHub Desktop.
Lens7
const immLens = key => lens((x) => x.get(key), (val, x) => x.set(key, val))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment