chibi-scheme/lib/srfi/95.module
Alex Shinn 44a6c530d9 EVAL save/restores the current exception handler.
It doesn't really make sense for an exception to pass
outside of EVAL.  Fixes issue #17.
2009-12-28 23:18:04 +09:00

7 lines
157 B
Text

(define-module (srfi 95)
(export sorted? merge merge! sort sort!)
(import-immutable (scheme))
(include-shared "95/qsort")
(include "95/sort.scm"))