remove andmap from public API (we still have and-map)
authorAndy Wingo <wingo@pobox.com>
Wed, 29 Apr 2009 21:12:12 +0000 (23:12 +0200)
committerAndy Wingo <wingo@pobox.com>
Wed, 29 Apr 2009 21:12:12 +0000 (23:12 +0200)
commit4d24854111110b44a28a4d46242bac1285de387a
tree4e44cce3b64bf3fc9f1ea5e94aa233596a419d93
parent12eae603c76edc8affc0e8331df7f22a4d8a8b2c
remove andmap from public API (we still have and-map)

* module/ice-9/boot-9.scm (and-map, or-map): Move these definitions up so
  psyntax can use them.
  (andmap): Remove, yay.

* module/ice-9/psyntax.scm: Remove notes about andmap, and just use
  Guile's and-map -- except in cases that need the multiple list support,
  in which case we have a private and-map*.

* module/ice-9/psyntax-pp.scm: Regenerated.
module/ice-9/boot-9.scm
module/ice-9/psyntax-pp.scm
module/ice-9/psyntax.scm