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 b4a58fa commit 64612e6Copy full SHA for 64612e6
src/varname.jl
@@ -975,7 +975,6 @@ identity (generic function with 1 method)
975
```
976
"""
977
_inner(o::Base.ComposedFunction{Outer,Inner}) where {Outer,Inner} = o.inner
978
-_inner(o::Base.ComposedFunction{Outer,typeof(identity)}) where {Outer} = o.outer
979
_inner(o::Accessors.PropertyLens) = o
980
_inner(o::Accessors.IndexLens) = o
981
_inner(o::typeof(identity)) = o
0 commit comments