Next: built-in procedures equality-predicate, Previous: built-in procedures type-destructor, Up: built-in procedures [Contents][Index]
<type-printer>
object–typeType of procedures acting as custom printers for object of a specified type. The definition of this type is equivalent to:
(define-type <type-printer> (lambda (_ <textual-output-port> <procedure>) => <list>))