rillit icon indicating copy to clipboard operation
rillit copied to clipboard

Boilerplate-free Functional Lenses for Scala 2.10

Results 2 rillit issues
Sort by recently updated
recently updated
newest added

I want to use the dynamic lenser (because that's inside a generic class, so the static one doesn't work). I tried both 0.1.0 and 0.2.0, but I only get the...

I guess I'm not using it right, but: ``` $ sbt > set scalaVersion := "2.10.2" > set resolvers += "rillit-repository" at "http://akisaarinen.github.com/rillit/maven" > set libraryDependencies += "fi.akisaarinen" %% "rillit-nodynamic"...