mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
Update r5rs.sld
Add missing identifiers from erratum 22 of http://trac.sacrideo.us/wg/wiki/R7RSSmallErrata.
This commit is contained in:
parent
d1a7f54114
commit
578f205eff
1 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@
|
|||
(scheme load)
|
||||
(only (chibi) null-environment scheme-report-environment))
|
||||
(export
|
||||
- * / + < <= = > >= abs acos and angle append apply asin assoc assq
|
||||
- ... * / + < <= = => > >= _ abs acos and angle append apply asin assoc assq
|
||||
assv atan begin boolean?
|
||||
caaaar caaadr caadar caaddr
|
||||
cadaar cadadr caddar cadddr
|
||||
|
@ -33,8 +33,8 @@
|
|||
char-upper-case? char-whitespace? char? char<? char<=? char=? char>?
|
||||
char>=? close-input-port close-output-port complex? cond cons cos
|
||||
current-input-port current-output-port define define-syntax delay
|
||||
denominator display do dynamic-wind eof-object? eq? equal? eqv? eval
|
||||
even? exact->inexact exact? exp expt floor for-each force gcd if
|
||||
denominator display do dynamic-wind else eof-object? eq? equal? eqv?
|
||||
eval even? exact->inexact exact? exp expt floor for-each force gcd if
|
||||
imag-part inexact->exact inexact? input-port? integer->char integer?
|
||||
interaction-environment lambda lcm length let let-syntax let* letrec
|
||||
letrec-syntax list list->string list->vector list-ref list-tail list?
|
||||
|
|
Loading…
Add table
Reference in a new issue