effects: removing split-shuffle.

db4
John Benediktsson 2011-10-02 09:26:40 -07:00
parent 0fb43fb864
commit 2a234bec02
1 changed files with 0 additions and 3 deletions

View File

@ -100,9 +100,6 @@ M: effect clone
: stack-height ( word -- n )
stack-effect effect-height ;
: split-shuffle ( stack shuffle -- stack1 stack2 )
in>> length cut* ;
: shuffle-mapping ( effect -- mapping )
[ out>> ] [ in>> ] bi [ index ] curry map ;