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


6.8.2 The <gensym> object–type

Core Type: <gensym>
Parent Type: <symbol>

Type of gensym values.

Constructor on <gensym>: <gensym> type-constructor
Constructor on <gensym>: <gensym> type-constructor string
Constructor on <gensym>: <gensym> type-constructor symbol

The constructor is gensym.

Type predicate on <gensym>: <boolean> type-predicate obj

The type predicate is gensym?. Return #t if obj is a gensym object; otherwise return #f.