chickadee » srfi-35 » make-compound-condition

(make-compound-condition condition[0] condition[1] ...)procedure

Make-compound-condition returns a compound condition belonging to all condition types that the condition[i] belong to.

Condition-ref, when applied to a compound condition will return the value from the first of the condition[i] that has such a field.