chickadee » srfi-35 » make-condition-type

make-condition-type id parent field-namesprocedure

Make-condition-type returns a new condition type. Id must be a symbol that serves as a symbolic name for the condition type. Parent must itself be a condition type. Field-names must be a list of symbols. It identifies the fields of the conditions associated with the condition type.

Field-names must be disjoint from the field names of parent and its ancestors.