Next: , Previous: , Up: descriptors compound   [Contents][Index]


4.3.7 Condition-object type descriptors

The following syntactic bindings are exported by the library (vicare system type-descriptors).

Record Type: <compound-condition-type-descr>

Name of type descriptors for compound condition objects. It has the following fields:

component-des*

A list of type descriptors describing the types of the component condition objects.

Function: make-compound-condition-type-descr des-list

Build and return a new instance of <compound-condition-type-descr>.

Function: compound-condition-type-descr? obj

Return #t if obj is an instance of <compound-condition-type-descr>; otherwise return #f.

Function: compound-condition-type-descr.component-des* des

Accessor for the field of <compound-condition-type-descr> instances.