Skip to content

Commit

Permalink
define DNERule (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox authored and ararslan committed May 29, 2019
1 parent c7537c0 commit a2e6451
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 a2e6451

Please sign in to comment.