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


6.12.10 The <type-method-retriever> object-type

Core Type: <type-method-retriever>

Type of procedures acting as run–time method retriever for object of a specified type. The definition of this type is equivalent to:

(define-type <type-method-retriever>
  (lambda (<symbol>) => ((or <false> <procedure>))))