mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
fix typo update!->with in srfi-159
This commit is contained in:
parent
ddc8b39e7e
commit
d256ebd368
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
(define-library (srfi 159 base)
|
(define-library (srfi 159 base)
|
||||||
(import (chibi show))
|
(import (chibi show))
|
||||||
(export
|
(export
|
||||||
show fn fn-fork with update! each each-in-list call-with-output
|
show fn fn-fork with with! each each-in-list call-with-output
|
||||||
displayed written written-shared written-simply
|
displayed written written-shared written-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
|
||||||
|
|
Loading…
Add table
Reference in a new issue