jon@zephyr:~/factor$ git request-pull -p origin/master
g...@github.com:jonenst/factor.git master
The following changes since commit 45df73a0caebb4ff3b93c6f6d3bf9b2a78028ce7:

  fjsc: display the proper namespace when using set_in. (2011-08-24
15:20:51 -0700)

are available in the git repository at:
  g...@github.com:jonenst/factor.git master

Jon Harper (1):
      sequences, fix stack effect of (accumulate)

 core/sequences/sequences.factor |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/core/sequences/sequences.factor b/core/sequences/sequences.factor
index 493365d..6ac1ffc 100644
--- a/core/sequences/sequences.factor
+++ b/core/sequences/sequences.factor
@@ -403,7 +403,7 @@ PRIVATE>
     [ 2drop f f ]
     if ; inline

-: (accumulate) ( seq identity quot -- seq identity quot )
+: (accumulate) ( seq identity quot -- identity seq quot )
     [ swap ] dip [ curry keep ] curry ; inline

 PRIVATE>

------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to