[R6RS] How SRFI 35 enables communication protocols via conditions

Michael Sperber sperber
Thu Jun 9 03:18:58 EDT 2005


Michael Sperber <sperber at informatik.uni-tuebingen.de> writes:

> (define-record-type condition-type :condition-type [...] )

Oops, wrong record type.  Here's the right one:

(define-record-type condition :condition
  (really-really-make-condition type-field-alist)
  condition?
  (type-field-alist condition-type-field-alist))

-- 
Cheers =8-} Mike
Friede, V?lkerverst?ndigung und ?berhaupt blabla


More information about the R6RS mailing list