module Bake::Type

def self.Array(item_type = Any)

def self.Array(item_type = Any)
	Array.new(item_type)
end