]> gitweb.factorcode.org Git - factor.git/commit
core: selector-for and collector-for are the wrong naming convention--they should...
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 26 May 2016 21:36:11 +0000 (14:36 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 26 May 2016 21:36:11 +0000 (14:36 -0700)
commit21461a1b7555d172c9a21c92400e26504348097b
tree803531c5fbe4b1d3cb7cf603435a345ad960c396
parent3307876cc29ff9ff66e9c17b5def6d865fb9f841
core: selector-for and collector-for are the wrong naming convention--they should be selector-as and collector-as because they take exemplars.
The exemplar is the starting length of the output sequence in collector-as, so add another collector-for-as that takes a seq that we are making a collector for.
basis/sequences/generalizations/generalizations.factor
core/sequences/sequences-docs.factor
core/sequences/sequences.factor
extra/forestdb/lib/lib.factor
extra/sequences/extras/extras.factor