]> gitweb.factorcode.org Git - factor.git/commit
combinators: move recursive-hashcode to kernel vocab.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 15 Oct 2020 22:26:46 +0000 (15:26 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 15 Oct 2020 22:33:58 +0000 (15:33 -0700)
commitbd7b245a4016d91223be3633ab902803f8ed1d7f
treeb7f7749a2b8c249a12dd24a125142d83b0afa8ce
parent20333ac63b1cdfdd0d8ea16fa3f7579e79b5dd6d
combinators: move recursive-hashcode to kernel vocab.

It makes more sense there, since hashcode, hashcode* and other
related words are in kernel.
core/arrays/arrays.factor
core/byte-arrays/byte-arrays.factor
core/combinators/combinators.factor
core/hashtables/hashtables.factor
core/kernel/kernel.factor
core/sequences/sequences.factor