Printing named dims arrays, particularly their types, is pretty verbose right now, because the types can get quite long due to nested type parameters. We should make the printing more compact by suppressing some of the type parameters (like the axes), similar to what we did in BlockSparseArrays.jl: ITensor/BlockSparseArrays.jl#42.