foreign-c-libraries/.tmp/system/chibi/.akku/lib/srfi/:35.chezscheme.sls

8 lines
299 B
Scheme

#!r6rs
(library (srfi :35)
(export make-condition-type condition-type? make-condition condition?
condition-has-type? condition-ref make-compound-condition
extract-condition define-condition-type condition &condition &serious
&error)
(import (srfi :35 conditions)))