condition-has-type?

[procedure] condition-has-type? condition type

SRFI-35: Returns true if condition has a condition type type. A condition may belong to multiple types (by inheritance, and/or composition). See make-condition, make-condition-type, make-compound-condition.