1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-26 13:10:22 +02:00

* boot-9.scm: Removed comment. (Thanks to Brad Knotwell.)

This commit is contained in:
Mikael Djurfeldt 2000-09-20 16:50:18 +00:00
parent 467ab77eee
commit 82b3d7781f

View file

@ -545,7 +545,6 @@
;;; ;;;
;;; (and-map fn lst) is like (and (fn (car lst)) (fn (cadr lst)) (fn...) ...) ;;; (and-map fn lst) is like (and (fn (car lst)) (fn (cadr lst)) (fn...) ...)
;;; (or-map fn lst) is like (or (fn (car lst)) (fn (cadr lst)) (fn...) ...) ;;; (or-map fn lst) is like (or (fn (car lst)) (fn (cadr lst)) (fn...) ...)
;;; (map-in-order fn lst) is like (map fn lst) but definately in order of lst.
;;; ;;;
;; and-map f l ;; and-map f l