]> gitweb.factorcode.org Git - factor.git/blob - core/compiler/inference/shuffle.facts
ab56ab58dfc07ce768c4d0698281dc2b1bbbd2e3
[factor.git] / core / compiler / inference / shuffle.facts
1 IN: inference
2 USING: help ;
3
4 HELP: recursive-state
5 { $var-description "During inference, holds an association list mapping words to labels." } ;
6
7 HELP: shuffle
8 { $values { "d" "a sequence" } { "r" "a sequence" } { "shuffle" "an instance of " { $link shuffle } } { "newd" "a new sequence" } { "newr" "a new sequence" } }
9 { $description "Applies a stack shuffle pattern to a pair of stacks." }
10 { $errors "Throws an error if the input stacks contain insufficient elements." } ;