Skip to content

Commit e193622

Browse files
authored
Merge pull request #1356 from FluxML/dw/show
Remove `show` for `Type{<:Pullback}`
2 parents 215828d + d1da34a commit e193622

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/show.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ end
1010

1111
Base.show(io::IO, j::Pullback{S}) where S = print(io, "∂($(funcname(S.parameters[1])))")
1212

13-
Base.show(io::IO, P::Type{<:Pullback{S}}) where S<:Tuple = print(io, "typeof(∂($(funcname(@isdefined(S) ? S.parameters[1] : nothing))))")

0 commit comments

Comments
 (0)