vararg plus

This commit is contained in:
Mike J Innes 2016-06-05 20:11:34 +01:00
parent dfc75df407
commit d92e16be5d

View File

@ -4,7 +4,7 @@ vertex(a...) = IVertex{Any}(a...)
∇graph(f, , a) = (@v( .* ∇₁(f)(a)),)
∇graph(::typeof(+), , a, b) = ,
∇graph(::typeof(+), , a...) = ( for _ in a)
∇graph(::typeof(-), , a, b) = , @v(-)