I have two lists that I want to join on a condition. Unlike in a relational algebra join, if more than one element of each list can be matched, only one should be selected, and shouldn’t then be reused. Also, if any of the elements of the first list don’t match any of the secondRead more