From 22f28015981295660ff98b43789f8c4c99134f36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 16 Oct 2023 19:39:12 +0200 Subject: Move timespec and recur-rule to new object system. --- doc/ref/general/util.texi | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'doc') diff --git a/doc/ref/general/util.texi b/doc/ref/general/util.texi index ced5c27a..caf67c47 100644 --- a/doc/ref/general/util.texi +++ b/doc/ref/general/util.texi @@ -265,18 +265,6 @@ list, in which case @var{->} inserts item as the second argument @end defmac -@defmac set (accessor object) value -@defmacx set (accessor object) = (operation args ...) -See @xref{SRFI-9 Records,,,guile} -@end defmac - -@defmac set-> object (accessor value) rest ... -@defmacx set-> object (accessor = (operator args)) rest ... -Wrapper around @var{set}, but applies transformations from left to -right, similar to @var{->}. -@end defmac - - @defmac and=>> value procedures ... Chained application of @code{and=>}, so applies each procedure from left to right, stopping when one return @code{#f}. -- cgit v1.2.3