union (listA, listB)
A new list containing all elements in listA plus all elements in listB which do not appear in listA.
The resulting list will not contain duplicate elements from either list. This function uses eq for comparisons.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.