Tests membership in a leftist tree
Tests whether something is an element of the tree. Note that this is not simply a brute-force search; if the root of the tree is greater than what we are looking for, we return nil. So in order for this function to work, the tree has to be PROPER-LT.