add SRFI 1's `unfold-right' to doc index

This commit is contained in:
Matthew Flatt 2012-10-29 07:46:10 -06:00
parent eb97b2f193
commit 78d48160b6

View File

@ -152,6 +152,7 @@ functions.
(reduce #f "reduce")
(reduce-right #f "reduce-right")
(unfold #f "unfold")
(unfold-right #f "unfold-right")
(map #f "map")
(for-each #f "srfi-1.html")
(append-map #f "append-map")