mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +02:00
8 lines
267 B
Scheme
8 lines
267 B
Scheme
|
|
(define-library (srfi 159 columnar)
|
|
(import (chibi show column))
|
|
(export
|
|
call-with-output-generator call-with-output-generators
|
|
string->line-generator
|
|
tabular columnar show-columns wrapped wrapped/list wrapped/char
|
|
justified line-numbers from-file))
|