Added map, for-each, member, assoc to srfi-1-interface

This commit is contained in:
mainzelm 2002-09-04 08:23:47 +00:00
parent 7b409e8371
commit 1599136ffa
1 changed files with 2 additions and 1 deletions

View File

@ -416,7 +416,8 @@
; Olin's encyclopedic SRFIs.
(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=
circular-list length+
iota