We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54ec7f commit adac14cCopy full SHA for adac14c
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{F}()
+ FunctionConstructor{typename(F).wrapper}()
23
24
0 commit comments