This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository shepherd.
The following commit(s) were added to refs/heads/master by this push:
new 1498f0b doc: Remove 'call/cc' and 'call/ec'.
1498f0b is described below
commit 1498f0bbf232b278aa9b22c97506feda5e04b76f
Author: guy fleury iteriteka <[email protected]>
AuthorDate: Sun Apr 19 09:04:45 2020 +0200
doc: Remove 'call/cc' and 'call/ec'.
This is a followup to commit 6b0e1e1923107bdf5073f87649a724b7375808b0.
* doc/shepherd.texi (call/cc, call/ec): Remove documentation.
Signed-off-by: Leo Famulari <[email protected]>
---
doc/shepherd.texi | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/doc/shepherd.texi b/doc/shepherd.texi
index ecc1621..7217ec2 100644
--- a/doc/shepherd.texi
+++ b/doc/shepherd.texi
@@ -1124,18 +1124,6 @@ warning messages. The current implementation is not
very good,
though.
@end deffn
-@deffn {procedure} call/cc proc
-An alias for @code{call-with-current-continuation}.
-@end deffn
-
-@deffn {procedure} call/ec proc
-A simplistic implementation of the nonstandard, but popular procedure
-@code{call-with-escape-continuation}, i.e. a @code{call/cc} for
-outgoing continuations only. Note that the variant included in the Shepherd is
-not aware of @code{dynamic-wind} at all and does not yet support
-returning multiple values.
-@end deffn
-
@cindex system errors
@deffn {macro} without-system-error expr@dots{}
Evaluates the @var{expr}s, not going further if a system error occurs,