Skip to content

Instantly share code, notes, and snippets.

@vhutov
Created August 12, 2020 21:24
Show Gist options
  • Save vhutov/d5217af967167c5efd8bc93e7e56579c to your computer and use it in GitHub Desktop.
Save vhutov/d5217af967167c5efd8bc93e7e56579c to your computer and use it in GitHub Desktop.
Lenses
implicit class RichLens[S, A] {
}
object Main extends App {
val lens: Lens[A, B] = ???
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment