chibi-scheme/lib/srfi/35.sld
Daphne Preston-Kendal 3777c1b935 Add SRFI 35 support
2024-11-02 00:49:31 +01:00

24 lines
511 B
Scheme

(define-library (srfi 35)
(import (srfi 35 internal))
(export make-condition-type
condition-type?
make-condition
condition?
condition-has-type?
condition-ref
make-compound-condition
extract-condition
define-condition-type
condition
&condition
&message
message-condition?
condition-message
&serious
serious-condition?
&error
error?))