
all_intersection(+Sets, ?Intersection)

   Intersection is the intersection of all the sets in the list Sets

Arguments
   Sets                a non-empty list of sets, set variables or set expressions
   Intersection        a set, set variable, free variable or set expression

Type
   library(ic_sets)


