1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Manual: xref SRFI-45 from core Delayed Evaluation section.

* doc/ref/api-evaluation.texi (Delayed Evaluation): Add cross-reference
  to SRFI-45.
This commit is contained in:
Mark H Weaver 2013-03-26 21:25:12 -04:00
parent d291d7990d
commit 41502bd00f

View file

@ -1067,7 +1067,8 @@ was found, or @code{#f} otherwise. The port is rewound.
@cindex promises @cindex promises
Promises are a convenient way to defer a calculation until its result Promises are a convenient way to defer a calculation until its result
is actually needed, and to run such a calculation only once. is actually needed, and to run such a calculation only once. Also
@pxref{SRFI-45}.
@deffn syntax delay expr @deffn syntax delay expr
@rnindex delay @rnindex delay