chickadee » typeclass » define=>

(define=> (<PROCEDURE-NAME> <CLASS-FORM> ...) . BODY)syntax

Defines a procedure such that all fields of the given class(es) are visible in the scope of the procedure body.

CLASS-FORM is of the following form:

CLASS-FORM = CLASS-NAME | (CLASS-NAME PREFIX-SYMBOL)