export Scheme-implemented ormap (for 1 and 2 lists), which was accidentally unexported before

svn: r15471
This commit is contained in:
Matthew Flatt 2009-07-17 11:08:39 +00:00
parent ee1148e5a3
commit 0cccedabb4

View File

@ -8,7 +8,8 @@
(#%provide (rename map2 map)
(rename for-each2 for-each)
(rename andmap2 andmap))
(rename andmap2 andmap)
(rename ormap2 ormap))
;; -------------------------------------------------------------------------