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.
1 parent 7bf3162 commit 7bc83d8Copy full SHA for 7bc83d8
src/varname.jl
@@ -2,6 +2,7 @@ using Accessors
2
using Accessors: PropertyLens, IndexLens, DynamicIndexLens
3
using JSON: JSON
4
5
+# nb. ComposedFunction is the same as Accessors.ComposedOptic
6
const ALLOWED_OPTICS = Union{typeof(identity),PropertyLens,IndexLens,ComposedFunction}
7
8
"""
0 commit comments