~ chicken-core (chicken-5) c93cfb621782d412b2f8c67360e5b1aa7905d42b


commit c93cfb621782d412b2f8c67360e5b1aa7905d42b
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Fri Dec 16 15:24:47 2016 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Fri Dec 16 15:24:47 2016 +0100

    data-structures: missing export of "sort!"

diff --git a/data-structures.scm b/data-structures.scm
index 73b6c6f5..726b409e 100644
--- a/data-structures.scm
+++ b/data-structures.scm
@@ -31,7 +31,7 @@
 (module chicken.data-structures
   (alist-ref alist-update alist-update! atom? butlast
    chop compress flatten intersperse join rassoc tail?
-   merge sort sorted? topological-sort
+   merge sort sort! sorted? topological-sort
    conc ->string string-chop string-chomp
    string-compare3 string-compare3-ci
    reverse-string-append
Trap