quicklens icon indicating copy to clipboard operation
quicklens copied to clipboard

.modify doesn't work on parametrised types

Open adamw opened this issue 6 years ago • 1 comments

case class Test[T](a: T, b: Int)
Test("1", 1).modify(_.b).setTo(10)

adamw avatar Sep 11 '18 07:09 adamw

This might need the same machinery as #4...

stanch avatar Sep 24 '18 12:09 stanch