mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
12 lines
299 B
Scheme
12 lines
299 B
Scheme
|
|
;; Don't import this - it's temporarily used to compute optimized
|
|
;; char-set representations.
|
|
|
|
(define-library (chibi char-set width)
|
|
(import (chibi) (chibi iset) (chibi char-set))
|
|
(include "width.scm")
|
|
(export
|
|
char-set:zero-width
|
|
char-set:full-width
|
|
char-set:ambiguous-width
|
|
))
|