i1 : X = new WrapperType of BasicList o1 = X o1 : WrapperType
i2 : X {a,b,c} o2 = X{a, b, c} o2 : X
i3 : X a o3 = X{a} o3 : X
See also HeaderType and SelfInitializingType.