Accessors.jl
Accessors.jl copied to clipboard
`==` not defined for `IndexLens`
We are trying to update Turing.jl to using Accessors.jl in sync with BangBang (https://github.com/TuringLang/AbstractPPL.jl/pull/91)
I noticed that ==
for IndexLens
is not defined, (c.f. Setfield's definition).
Are there reasons this is removed (or just not ported)?