mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
13 lines
293 B
Scheme
13 lines
293 B
Scheme
|
|
(define-library (srfi 166 columnar)
|
|
(import (scheme base)
|
|
(scheme char)
|
|
(scheme file)
|
|
(srfi 1)
|
|
(srfi 117)
|
|
(srfi 130)
|
|
(srfi 166 base)
|
|
(chibi optional)
|
|
)
|
|
(export-all)
|
|
(include "../../chibi/show/column.scm"))
|