``` Python In [1]: import datashape In [2]: type(datashape.dshape('3 * int').subarray(1)) Out[2]: datashape.coretypes.CType ``` Bigger question: should component be valid `DataShape`s?