8.17.0.6
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
(install type contract coerce method ...) → any
type : any/c contract : contract? coerce : (-> any/c any/c) method : (cons/c tag? any/c)
procedure
(apply-generic operator object argument ...) → any
operator : tag? object : any/c argument : any/c
procedure
type : any/c index : exact-nonnegative-integer?
procedure
(sub type start end) → any/c
type : any/c start : exact-nonnegative-integer? end : exact-nonnegative-integer?
procedure
(depth type) → exact-nonnegative-integer?
type : any/c
procedure
type : any/c
2 Configuring the Slide Function
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.