module Bake::Type::Type

def | other

@parameter other [Type] the alternative type to match.
Create an instance of `Any` with the arguments as types.
def | other
	Any.new([self, other])
end