mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-08 21:47:33 +02:00
Forgot extra c[ad]*r bindings.
This commit is contained in:
parent
fd2bab331a
commit
5e5c7c6f9a
1 changed files with 6 additions and 4 deletions
|
@ -15,10 +15,12 @@
|
||||||
bytevector-copy-partial bytevector-copy-partial! bytevector-length
|
bytevector-copy-partial bytevector-copy-partial! bytevector-length
|
||||||
bytevector-u8-ref bytevector-u8-set! bytevector? caar cadr
|
bytevector-u8-ref bytevector-u8-set! bytevector? caar cadr
|
||||||
call-with-current-continuation call-with-port call-with-values
|
call-with-current-continuation call-with-port call-with-values
|
||||||
call/cc car case cdddar cddddr cdr ceiling char->integer char-ready?
|
call/cc car case cdr cdar cddr caaar caadr cadar caddr cdaar cdadr cddar
|
||||||
char<=? char<? char=? char>=? char>? char? close-input-port
|
cdddr caaaar caaadr caadar caaddr cadaar cadadr caddar cadddr cdaaar
|
||||||
close-output-port close-port complex? cond cond-expand cons
|
cdaadr cdadar cdaddr cddaar cddadr cdddar cddddr ceiling char->integer
|
||||||
current-error-port current-input-port current-output-port define
|
char-ready? char<=? char<? char=? char>=? char>? char?
|
||||||
|
close-input-port close-output-port close-port complex? cond cond-expand
|
||||||
|
cons current-error-port current-input-port current-output-port define
|
||||||
define-record-type define-syntax define-values denominator do
|
define-record-type define-syntax define-values denominator do
|
||||||
dynamic-wind else eof-object? eq? equal? eqv? error
|
dynamic-wind else eof-object? eq? equal? eqv? error
|
||||||
error-object-irritants error-object-message error-object? even?
|
error-object-irritants error-object-message error-object? even?
|
||||||
|
|
Loading…
Add table
Reference in a new issue