I was just checking documentation for `At` (<http:...
# arrow-contributors
j
I was just checking documentation for
At
(http://arrow-kt.io/docs/optics/at/) and I'm wondering why is it
Lens
and not
Optional
and how can it be defined for Set when its elements are not numbered (I would understand it for List, but there is no mentioning of List in docs).