mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 14:19:18 +02:00
12 lines
287 B
Scheme
12 lines
287 B
Scheme
|
|
(define-library (srfi 166 pretty)
|
|
(import (scheme base)
|
|
(scheme char)
|
|
(scheme write)
|
|
(chibi show shared)
|
|
(chibi string)
|
|
(srfi 1)
|
|
(srfi 69)
|
|
(srfi 166 base))
|
|
(export-all)
|
|
(include "../../chibi/show/pretty.scm"))
|