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
julia>using Accessors, InverseFunctions
julia>modify(-2, abs2) do x
x +1end
ERROR: This should be unreachable. You probably need to overload
`Accessors.set(obj, ::typeof(abs2), val)
Should this be allowed?
This issue is similar to #8.
The text was updated successfully, but these errors were encountered: