mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
5 lines
196 B
Scheme
5 lines
196 B
Scheme
(library (rnrs sorting)
|
|
(export (rename list-stable-sort list-sort)
|
|
(rename vector-stable-sort vector-sort)
|
|
(rename vector-stable-sort! vector-sort!))
|
|
(import (srfi 132)))
|