We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f13c32 + bea3259 commit 704eda1Copy full SHA for 704eda1
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