On Tue, Apr 29, 2014 at 11:38 AM, John Myles White <[email protected] > wrote:
> Array{Any} is also a single type.
Not to nit-pick, but there's a second type parameter, so it's actually
still abstract. But Array{Any,1} is a single type with no subtypes, which I
think is what you meant.
