]> gitweb.factorcode.org Git - factor.git/commit
added foldable, flushable declarations in all relevant places
authorSlava Pestov <slava@factorcode.org>
Sat, 20 Aug 2005 02:22:15 +0000 (02:22 +0000)
committerSlava Pestov <slava@factorcode.org>
Sat, 20 Aug 2005 02:22:15 +0000 (02:22 +0000)
commit80c1553a5a6f5cb540d5bdb84ea6445d2d4ce590
tree8dd675dff16d42f4847f31772d76822a1e2faacf
parentc8eacd7b0b850915c9c88915c78cf0c57bf84a99
added foldable, flushable declarations in all relevant places
21 files changed:
TODO.FACTOR.txt
library/bootstrap/primitives.factor
library/collections/arrays.factor
library/collections/assoc.factor
library/collections/cons.factor
library/collections/hashtables.factor
library/collections/namespaces.factor
library/collections/sequence-eq.factor
library/collections/sequences-epilogue.factor
library/collections/sequences.factor
library/collections/slicing.factor
library/collections/strings-epilogue.factor
library/collections/strings.factor
library/collections/vectors-epilogue.factor
library/inference/known-words.factor
library/kernel.factor
library/math/integer.factor
library/math/math.factor
library/math/pow.factor
library/math/random.factor
library/test/lists/assoc.factor