Merge pull request #612 from pclouds/srfi-159-exports

Correct srfi-159 exported procedures
This commit is contained in:
Alex Shinn 2020-02-05 21:40:48 +08:00 committed by GitHub
commit 9e82ffd462
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
(export (export
;; base ;; base
show fn forked with with! each each-in-list call-with-output show fn forked with with! each each-in-list call-with-output
displayed written written-shared written-simply displayed written written-simply pretty pretty-simply
numeric numeric/comma numeric/si numeric/fitted numeric numeric/comma numeric/si numeric/fitted
nothing nl fl space-to tab-to escaped maybe-escaped nothing nl fl space-to tab-to escaped maybe-escaped
padded padded/right padded/both padded padded/right padded/both

View file

@ -1,9 +1,9 @@
(define-library (srfi 159 base) (define-library (srfi 159 base)
(import (chibi show)) (import (chibi show) (chibi show pretty))
(export (export
show fn forked with with! each each-in-list call-with-output show fn forked with with! each each-in-list call-with-output
displayed written written-shared written-simply displayed written written-simply pretty pretty-simply
numeric numeric/comma numeric/si numeric/fitted numeric numeric/comma numeric/si numeric/fitted
nothing nl fl space-to tab-to escaped maybe-escaped nothing nl fl space-to tab-to escaped maybe-escaped
padded padded/right padded/both padded padded/right padded/both