Yes, but you need to type both your 'a' and 'b' variables in order for
the compiler to understand which type you mean. Currently the compiler
doesn't type infer the variables (and it has no awareness of numpy),
so it doesn't know how to match "an arbitrary object" to "some typed
ndarray".
>
> Warren
>