Skip to content

Commit 81f958c

Browse files
committed
Start adding (sagittarius continuations) document
1 parent c1b1bf4 commit 81f958c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/sagittarius/continuations.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
[§2] Continuations libraries {#lib.sagittarius.continuations}
22
--------------------------------------------------------------
33

4+
##### [!Library] (sagittarius continuations) **[@since] `0.9.15`**
5+
46
This library provides continuation enhancement. The main capabilities
5-
this library provieds are below
7+
this library provieds below capabilities:
68

79
- Continuation prompt
810
- Composable continuation
911
- Delimited continuation
1012

13+
14+
###### [!Function] `continuation?` _obj_
15+
16+
Returns `#t` if the given _obj_ is a continuation object, otherwise `#f`.
17+
18+
NOTE: a continuation object is also a procedure.

0 commit comments

Comments
 (0)