| Authors: | Slava Pestov, Daniel Ehrenberg |
| Class | Superclass | Slots |
| object | ||
| quot call-site |
| Word | Stack effect |
| ( x y seq -- ) | |
| ( seq -- quot ) | |
| ( x y z seq -- ) | |
| ( seq -- quot ) | |
| ( w x y z seq -- ) | |
| ( seq -- quot ) | |
| ( default assoc -- quot ) | |
| ( quot effect -- ) | |
| ( obj assoc -- ) | |
| ( obj assoc -- obj' ) | |
| ( default assoc -- quot ) | |
| ( x seq -- ) | |
| ( seq -- quot ) | |
| ( assoc -- ) | |
| ( assoc -- quot ) | |
| ( seq -- quot ) | |
| ( word effect -- ) | |
| ( default assoc -- quot ) | |
| ( object -- * ) | |
| ( -- * ) | |
| ( n obj quot -- code ) | |
| ( seq -- quot ) | |
| ( objs... seq -- ) | |
| ( ... object quot: ( ... object(n) -- ... object(n+1) ) -- ... object(n) ) | |
| ( quot call-site -- * ) |
| Word | Stack effect |
| ( object -- ? ) | |
| ( object -- ? ) | |
| ( object -- ? ) |
| Vocabulary | Summary |
| combinators.random vocabulary | |
| Short-circuiting logical operations | |
| Combinators which infer arities |
| Vocabulary | Summary |
| combinators.extras vocabulary | |
| combinators.tuple vocabulary |
| Vocabulary | Summary |
| combinators.private vocabulary |