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