mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +02:00
8 lines
270 B
Scheme
8 lines
270 B
Scheme
|
|
(define-library (chibi show pretty)
|
|
(export pretty pretty-shared pretty-simply
|
|
joined/shares try-fitted
|
|
)
|
|
(import (scheme base) (scheme write) (chibi show) (chibi show base)
|
|
(srfi 1) (srfi 69) (chibi string))
|
|
(include "pretty.scm"))
|