Page 210 | Table of Contents | Index | Page 212 |
Chapters | |||
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30 A, B, C, D, E |
(define-presentation-type num ()) (define-presentation-method presentation-typep (object (type num)) (numberp object))If the user were to evaluate the form (presentation-typep X '(int 1 5)), then the type
(define-presentation-generic-function present-method present (type-key parameters options object type stream view &key acceptably for-context-type))None of the arguments is evaluated.
Page 210 | Table of Contents | Index | Page 212 |
Chapters | |||
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30 A, B, C, D, E |