Arrays cannot contain arrays of different sizes, you have to use seqs or just a 
1 dimensional array that you treat as 2 dimensional. This is because the arrays 
`[1]` and `[1, 2]` are different types.

Reply via email to