Next: , Previous: , Up: built-in procedures   [Contents][Index]


6.12.6 The <type-printer> object–type

Core Type: <type-printer>

Type 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>))