scalaz / scalaz-plugin

A compiler plugin that will improve on the scala compiler on the assumption that the user is using the Scalazzi-safe subset of Scala.
GNU Lesser General Public License v3.0
73 stars 10 forks source link

Investigate lenses #25

Open sir-wabbit opened 6 years ago

sir-wabbit commented 6 years ago

AFAIK lenses don't work well because of type / implicit inference issues. Can we fix those problems?