Next: descriptors compound pair-of, Up: descriptors compound [Contents][Index]
The following syntactic bindings are exported by the library
(vicare system type-descriptors)
.
Name of type descriptors for pairs of heterogeneous values. It has the following fields:
car-des
A type descriptor describing the type of the car.
cdr-des
A type descriptor describing the type of the cdr.
Build and return a new instance of <pair-type-descr>
.
Return #t
if obj is an instance of <pair-type-descr>
;
otherwise return #f
.
Accessors for the fields of <pair-type-descr>
instances.