Skip to content

Commit

Permalink
Merge f91759a into c7537c0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox committed May 28, 2019
2 parents c7537c0 + f91759a commit c5c255c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/rules.jl
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ const RULE_CONTEXT = Cassette.disablehooks(RuleContext())
Cassette.overdub(::RuleContext, ::typeof(+), a, b) = add(a, b)
Cassette.overdub(::RuleContext, ::typeof(*), a, b) = mul(a, b)

Cassette.overdub(::RuleContext, ::typeof(add), a, b) = add(a, b)
Cassette.overdub(::RuleContext, ::typeof(mul), a, b) = mul(a, b)

"""
Rule(propation_function)
Expand Down

0 comments on commit c5c255c

Please sign in to comment.