```julia @variables a b c(a,b) r = @rule Differential(a)(~x) => Differential(a)(b)*Differential(b)(~x) r(D(a)(c)) # nothing ``` Rules don't seem to work on `Differential`s as seen in the example above applying the chain rule.