restore 'filter' export of srfi/1/list, too
svn: r8996
This commit is contained in:
parent
63a3d70819
commit
6bade7160f
|
@ -7,7 +7,6 @@
|
||||||
s:map s:for-each
|
s:map s:for-each
|
||||||
s:member
|
s:member
|
||||||
s:assoc)
|
s:assoc)
|
||||||
(rename s:filter filter)
|
|
||||||
(rename s:map map)
|
(rename s:map map)
|
||||||
(rename s:for-each for-each)
|
(rename s:for-each for-each)
|
||||||
(rename s:member member)
|
(rename s:member member)
|
||||||
|
|
|
@ -231,7 +231,8 @@
|
||||||
(all-from-out "misc.ss")
|
(all-from-out "misc.ss")
|
||||||
(all-from-out "fold.ss")
|
(all-from-out "fold.ss")
|
||||||
(all-from-out "search.ss")
|
(all-from-out "search.ss")
|
||||||
(all-from-out "filter.ss")
|
(except-out (all-from-out "filter.ss") s:filter)
|
||||||
|
(rename-out [s:filter filter])
|
||||||
(all-from-out "delete.ss")
|
(all-from-out "delete.ss")
|
||||||
(all-from-out "alist.ss")
|
(all-from-out "alist.ss")
|
||||||
(all-from-out "lset.ss"))
|
(all-from-out "lset.ss"))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user