Skip to content

Instantly share code, notes, and snippets.

Created June 15, 2017 06:55
Embed
What would you like to do?
the description for this gist
val fun = stringToIntPrism.modify(_ + 1)
fun("10")
// res: String = 11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment