diff --git a/scheme/more-interfaces.scm b/scheme/more-interfaces.scm index e886b44..9c69984 100644 --- a/scheme/more-interfaces.scm +++ b/scheme/more-interfaces.scm @@ -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