(define-library (chibi show column) (import (scheme base) (scheme char) (scheme file) (scheme write) (srfi 1) (srfi 117) (srfi 130) (chibi optional) (chibi show)) (export call-with-output-generator call-with-output-generators string->line-generator columnar tabular wrapped wrapped/char justified counted from-file) (include "column.scm"))