Vocabularysequences.
generalizationsInputspred | a quotation with stack effect ( -- ? ) |
quot | a quotation with stack effect ( -- obj1 obj2 ... objn ) |
exemplar... | n sequences on the datastack |
n | an integer |
Outputsseq... | n sequences on the datastack of the same types as the exemplars |
Word descriptionA generalization of
produce-as that generates
n sequences in parallel by calling
quot repeatedly until
pred outputs false.
Definition