apple-0.1.0.0: test/data/vmul.apple
λA.λx.
{
dot ⇐ [(+)/((*)`x y)];
-- "iterate over second axis" (i.e. columns)
(dot x)`{1∘[2]} (A::Arr (i`Cons`j`Cons`Nil) float)
}
λA.λx.
{
dot ⇐ [(+)/((*)`x y)];
-- "iterate over second axis" (i.e. columns)
(dot x)`{1∘[2]} (A::Arr (i`Cons`j`Cons`Nil) float)
}