class Sus::Be::And

def &(other)

def &(other)
	And.new(@predicates + [other])
end