Skip to content

Commit adac14c

Browse files
authored
fix
1 parent e54ec7f commit adac14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ _isgensym(s::Symbol) = occursin("#", string(s))
1919
end
2020

2121
function ConstructionBase.constructorof(f::Type{F}) where F <: Function
22-
FunctionConstructor{F}()
22+
FunctionConstructor{typename(F).wrapper}()
2323
end
2424

0 commit comments

Comments
 (0)