Authors: | Slava Pestov, Daniel Ehrenberg |
Class | Superclass | Slots |
no-case | tuple | object |
no-cond | tuple | |
wrong-values | tuple | quot call-site |
Word | Stack effect |
2cleave | ( x y seq -- ) |
2cleave>quot | ( seq -- quot ) |
3cleave | ( x y z seq -- ) |
3cleave>quot | ( seq -- quot ) |
4cleave | ( w x y z seq -- ) |
4cleave>quot | ( seq -- quot ) |
alist>quot | ( default assoc -- quot ) |
call-effect | ( quot effect -- ) |
case | ( obj assoc -- ) |
case-find | ( obj assoc -- obj' ) |
case>quot | ( default assoc -- quot ) |
cleave | ( x seq -- ) |
cleave>quot | ( seq -- quot ) |
cond | ( assoc -- ) |
cond>quot | ( assoc -- quot ) |
deep-spread>quot | ( seq -- quot ) |
execute-effect | ( word effect -- ) |
linear-case-quot | ( default assoc -- quot ) |
no-case | ( object -- * ) |
no-cond | ( -- * ) |
shallow-spread>quot | ( seq -- quot ) |
spread | ( objs... seq -- ) |
to-fixed-point | ( ... object quot: ( ... object(n) -- ... object(n+1) ) -- ... object(n) ) |
wrong-values | ( quot call-site -- * ) |
Word | Stack effect |
no-case? | ( object -- ? ) |
no-cond? | ( object -- ? ) |
wrong-values? | ( object -- ? ) |
Vocabulary | Summary |
combinators.short-circuit | Short-circuiting logical operations |
Vocabulary | Summary |
combinators.random | |
combinators.short-circuit | Short-circuiting logical operations |
combinators.smart | Combinators which infer arities |
Vocabulary | Summary |
combinators.extras | |
combinators.tuple |
Vocabulary | Summary |
combinators.private |