Skip to content

Commit

Permalink
Merge 1ef960a into c7537c0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox committed May 29, 2019
2 parents c7537c0 + 1ef960a commit 36bed6e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/rules.jl
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,11 @@ end
#####

"""
TODO
DNERule(args...)
Construct a `DNERule` object, which is an `AbstractRule` that signifies that the
current function is not differentiable with respect to a particular parameter.
**DNE** is an abbreviation for Does Not Exist.
"""
struct DNERule <: AbstractRule end

Expand Down

0 comments on commit 36bed6e

Please sign in to comment.