
all_union(+Sets, ?SetUnion)

   SetUnion is the union of all the sets in the list Sets

Arguments
   Sets                a list of sets, set variables or set expressions
   SetUnion            a set, set variable, free variable or set expression

Type
   library(ic_hybrid_sets)


