8.17
slide-easy
(require slide-easy) | package: slide-easy |
You may use this package with
You can also use it directly to do a lot of heavy lifting, like creating templates.
1 Data Abstraction
procedure
(apply-generic operator object argument ...) → any
operator : tag? object : any/c argument : any/c
procedure
type : any/c index : exact-nonnegative-integer?
procedure
type : any/c start : exact-nonnegative-integer? end : exact-nonnegative-integer?
procedure
(depth type) → exact-nonnegative-integer?
type : any/c
procedure
(has-prefix? type prefix) → boolean?
type : any/c prefix : any/c
2 Configuring the Slide Function
syntax
(config (argument ...) body ...)
arguments are passed to slide each time it is called in body.
If there is no body, these arguments will be stored into a parameter and used later.