make-compound-condition

[procedure] make-compound-condition condition_0 condition_1 ...

SRFI-35: Returns a compound condition that belongs to all the types of given conditions. When condition-ref is used to the compound condition, the value of the field of the first condition_i that has such field name is returned. See also make-condition, extract-condition.