Mismatched dimensions on a `@cast` fail to print the proper error: ``` julia> x = [rand(2,3) for i=1:4]; julia> @cast y[i,j,k] := x[i,j][k] ERROR: UndefVarError: pretty not defined ```