Skip to content

Commit 267a4a4

Browse files
vtjnashnsajko
authored andcommitted
fix
1 parent efe7ce9 commit 267a4a4

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)