Christopher Black

Results 1 issues of Christopher Black

The following two snippets produce different results: The following appears to me to be correct: ```py lens.Each().Parts().F(sum).get()([1,2,3]) # returns 6 ``` Whereas I think this is a bug: ```py (lens.Each()...