assoc-intersect-all ( seq -- assoc )


Vocabulary
assocs

Inputs
seqa sequence


Outputs
assocan assoc


Word description
Outputs the intersection of all the assocs of the assocs sequence seq, or f if seq is empty.

Definition