mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-26 05:00:28 +02:00
* boot-9.scm: Removed comment. (Thanks to Brad Knotwell.)
This commit is contained in:
parent
467ab77eee
commit
82b3d7781f
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue