Skip to content

Instantly share code, notes, and snippets.

@vhutov
Created August 12, 2020 21:21
Show Gist options
  • Save vhutov/324927dc3c86568833ee4ea8563f2af0 to your computer and use it in GitHub Desktop.
Save vhutov/324927dc3c86568833ee4ea8563f2af0 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