mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +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:
parent
d291d7990d
commit
41502bd00f
1 changed files with 2 additions and 1 deletions
|
@ -1067,7 +1067,8 @@ was found, or @code{#f} otherwise. The port is rewound.
|
|||
@cindex promises
|
||||
|
||||
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
|
||||
@rnindex delay
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue