We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The following snipped infers in 1.6 and even 1.7-rc1 but does not anymore. Came up here:
using Accessors using Test struct TT{A,B} a::A b::B end lens = @optic(_.b.a.b[2]) obj = TT(2, TT(TT(3,(4,4)), 2)) @inferred modify(identity, obj, lens)