Skip to content

Commit

Permalink
Merge pull request #691 from kaandocal/main
Browse files Browse the repository at this point in the history
Added differentiation rule for `promote_type`
  • Loading branch information
oxinabox authored Feb 10, 2023
2 parents 4ee4ef5 + 9c43cd2 commit cd15886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rulesets/Base/nondiff.jl
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@
@non_differentiable println(::Any...)
@non_differentiable process_exited(::Any)
@non_differentiable process_running(::Any)
@non_differentiable promote_type(::Type...)
@non_differentiable pushdisplay(::AbstractDisplay)

@non_differentiable read(::IO)
Expand Down

0 comments on commit cd15886

Please sign in to comment.