Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

remove exports of undefined add_∇ and add_∇! #190

Merged
merged 1 commit into from
Sep 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/sensitivity.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Base.Meta
export Arg, add_∇, add_∇!, ∇, preprocess, @explicit_intercepts, @union_intercepts
export Arg, ∇, preprocess, @explicit_intercepts, @union_intercepts

"""
@union_intercepts f type_tuple invoke_type_tuple [kwargs]
Expand Down