export Scheme-implemented ormap (for 1 and 2 lists), which was accidentally unexported before
svn: r15471
This commit is contained in:
parent
ee1148e5a3
commit
0cccedabb4
|
@ -8,7 +8,8 @@
|
|||
|
||||
(#%provide (rename map2 map)
|
||||
(rename for-each2 for-each)
|
||||
(rename andmap2 andmap))
|
||||
(rename andmap2 andmap)
|
||||
(rename ormap2 ormap))
|
||||
|
||||
;; -------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user