Next: expander lexenv prim records, Previous: expander lexenv prim bio, Up: expander lexenv prim [Index]
A syntactic binding representing a core Scheme object–type descriptor name has syntactic binding’s descriptor with format:
($core-type-descriptor . ?name)
where ?name is a symbol representing the public name of the object–type descriptor.
These objects are run–time descriptors for the built–in Scheme object
types; the type <fixnum>
has a run–time descriptor named
‘<fixnum>-type-descriptor’, which is used (for example) for late
bindings of method calls.