if A is a multidimensional array and t a tuple, and I try to do something 
of the form A[*t], I get an error, yet if I put the tuple in manually, for 
instance A[*(1,1)], it works.

Reply via email to