mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 14:19:18 +02:00
5 lines
147 B
Scheme
5 lines
147 B
Scheme
|
|
(define-library (srfi 166 unicode)
|
|
(import (scheme base) (srfi 151) (srfi 166 base))
|
|
(export-all)
|
|
(include "../../chibi/show/unicode.scm"))
|