quicklens
quicklens copied to clipboard
.modify doesn't work on parametrised types
case class Test[T](a: T, b: Int)
Test("1", 1).modify(_.b).setTo(10)
This might need the same machinery as #4...