Skip to content

Commit 7bc83d8

Browse files
committed
Add clarifying comment
1 parent 7bf3162 commit 7bc83d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/varname.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ using Accessors
22
using Accessors: PropertyLens, IndexLens, DynamicIndexLens
33
using JSON: JSON
44

5+
# nb. ComposedFunction is the same as Accessors.ComposedOptic
56
const ALLOWED_OPTICS = Union{typeof(identity),PropertyLens,IndexLens,ComposedFunction}
67

78
"""

0 commit comments

Comments
 (0)