FYI, `type == List:class.defaultType` doesn't work...
# reflect
a
FYI,
type == List:class.defaultType
doesn't work as
type
is parameterised and therefore isn't equal. However, I'm sure there's some way of discarding the parameterised type if I mess with it