chickadee » describe-coops » describe

describe obj #!optional outprocedure

Prints a textual description of OBJ to output port OUT, which defaults to (current-output-port). For coops objects, this dispatches to describe-object; otherwise it calls describe from the describe egg.

Note that this is not a generic procedure.