mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-03 19:26:34 +02:00
Finish docs
This commit is contained in:
parent
e9b83c06c6
commit
a54bec70e9
1 changed files with 17 additions and 1 deletions
|
@ -11,7 +11,23 @@ For more information see the [R<sup>7</sup>RS Scheme Specification](../../r7rs.p
|
||||||
- [`promise?`](#promise?)
|
- [`promise?`](#promise?)
|
||||||
|
|
||||||
#delay
|
#delay
|
||||||
|
|
||||||
|
(delay {expression}) lazy library syntax
|
||||||
|
|
||||||
#force
|
#force
|
||||||
|
|
||||||
|
(force promise)
|
||||||
|
|
||||||
#delay-force
|
#delay-force
|
||||||
|
|
||||||
|
(delay-force {expression}) lazy library syntax
|
||||||
|
|
||||||
#make-promise
|
#make-promise
|
||||||
|
|
||||||
|
(make-promise obj)
|
||||||
|
|
||||||
#promise?
|
#promise?
|
||||||
|
|
||||||
|
(promise? obj)
|
||||||
|
|
||||||
|
Returns `#t` if object is a promise, and `#f` otherwise.
|
||||||
|
|
Loading…
Add table
Reference in a new issue