We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f13c32 commit bea3259Copy full SHA for bea3259
src/operations.jl
@@ -54,8 +54,6 @@ Base.isequal(::Variable , ::Operation) = false
54
Base.isequal(::Operation, ::Constant ) = false
55
Base.isequal(::Constant , ::Operation) = false
56
57
-Base.convert(::Type{Expr}, O::Operation) =
58
- build_expr(:call, Any[Symbol(O.op); convert.(Expr, O.args)])
59
Base.show(io::IO, O::Operation) = print(io, convert(Expr, O))
60
61
# For inv
0 commit comments