Added map, for-each, member, assoc to srfi-1-interface
This commit is contained in:
parent
7b409e8371
commit
1599136ffa
|
@ -416,7 +416,8 @@
|
||||||
; Olin's encyclopedic SRFIs.
|
; Olin's encyclopedic SRFIs.
|
||||||
|
|
||||||
(define-interface srfi-1-interface
|
(define-interface srfi-1-interface
|
||||||
(export xcons make-list list-tabulate cons* list-copy
|
(export map for-each member assoc ; redefined from R5RS
|
||||||
|
xcons make-list list-tabulate cons* list-copy
|
||||||
proper-list? circular-list? dotted-list? not-pair? null-list? list=
|
proper-list? circular-list? dotted-list? not-pair? null-list? list=
|
||||||
circular-list length+
|
circular-list length+
|
||||||
iota
|
iota
|
||||||
|
|
Loading…
Reference in New Issue