Skip to content

Instantly share code, notes, and snippets.

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