We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1cbf01 commit 3bf6b6cCopy full SHA for 3bf6b6c
src/operations.jl
@@ -68,4 +68,3 @@ Operation(x) = convert(Operation, x)
68
Base.Expr(op::Operation) =
69
op.op isa Variable ? op.op.name : Expr(:call, Symbol(op.op), Expr.(op.args)...)
70
Base.convert(::Type{Expr},x::Operation) = Expr(x)
71
-end
0 commit comments