11 lines
397 B
Plaintext
11 lines
397 B
Plaintext
IN: inference
|
|
USING: help ;
|
|
|
|
HELP: recursive-state
|
|
{ $var-description "During inference, holds an association list mapping words to labels." } ;
|
|
|
|
HELP: shuffle
|
|
{ $values { "stack" "a sequence" } { "shuffle" shuffle } { "newstack" "a new sequence" } }
|
|
{ $description "Applies a stack shuffle pattern to a stack." }
|
|
{ $errors "Throws an error if the input stack contains insufficient elements." } ;
|