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 267a4a4 commit 0c3afd8Copy full SHA for 0c3afd8
src/functions.jl
@@ -19,6 +19,6 @@ _isgensym(s::Symbol) = occursin("#", string(s))
19
end
20
21
function ConstructionBase.constructorof(f::Type{F}) where F <: Function
22
- FunctionConstructor{typename(F).wrapper}()
+ FunctionConstructor{Base.typename(F).wrapper}()
23
24
0 commit comments