You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't mind lenses being represented as an explicit AST (e.g., %.%, map_l, etc. merely store their arguments). In this case we might have some (lens!) combinators for various traversals of such a tree, but I guess the only thing you could do at a leaf is compare for identity, so I guess each lens would now have a name field which would ideally be the name of the lens plus a freshly generated symbol.
Generating symbols seems unnecessary as we both noticed, I'm fine with naming and equality checking as the primary way to inspect the elements of the lens composition, with shady folks like me potentially doing runtime code inspection for rare occasions where that would be useful.
Collapse them at
over
/view
, this would facilitate editing lens stacks. @bcdarwin care to weigh in?The text was updated successfully, but these errors were encountered: