[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The following procedures can be used to define a custom printed
representation for an instance. It is highly recommended that instances
be printed by write-instance-helper
, as this ensures a uniform
appearance for all objects.
#[name hash-number...] |
where hash-number is the result of calling hash
on
instance, and ... is the output generated by thunk.
[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |