| Arc Cross Reference |
map1[procedure] map1 f xsLike scheme:map, but limit the arg to a single list. (def map1 (f xs)
(if (no xs)
nil
(cons (f (car xs)) (map1 f (cdr xs)))))
See also: pair. | AboutAlphabetical Indexa b c d e f g h i j k l m n o p q r s t u v w x y z other ReleasesRelated |