stateless icon indicating copy to clipboard operation
stateless copied to clipboard

At, FilterIndex and Indexed Optics

Open neutropolis opened this issue 7 years ago • 0 comments
trafficstars

At is returning a plain lens algebra, while FilterIndex is returning indexed traversals. This is due to ad-hoc requirements by our testing applications. We should be more homogeneous here, by either:

  • Creating plain and indexed versions for each op
  • Creating only an indexed version for each op (and ignoring the index if not necessary)

neutropolis avatar Dec 11 '17 10:12 neutropolis