We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b1bf4 commit 81f958cCopy full SHA for 81f958c
doc/sagittarius/continuations.md
@@ -1,10 +1,18 @@
1
[§2] Continuations libraries {#lib.sagittarius.continuations}
2
--------------------------------------------------------------
3
4
+##### [!Library] (sagittarius continuations) **[@since] `0.9.15`**
5
+
6
This library provides continuation enhancement. The main capabilities
-this library provieds are below
7
+this library provieds below capabilities:
8
9
- Continuation prompt
10
- Composable continuation
11
- Delimited continuation
12
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