---
doc/ref/srfi-modules.texi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi
index bce5b4eac..22a6f9844 100644
--- a/doc/ref/srfi-modules.texi
+++ b/doc/ref/srfi-modules.texi
@@ -262,6 +262,10 @@ Like @code{cons}, but with interchanged arguments. Useful
mostly when
passed to higher-order procedures.
@end deffn
+@example
+(xcons '(u i x) 'g) @result{} (g u i x)
+@end example
+
@deffn {Scheme Procedure} list-tabulate n init-proc
Return an @var{n}-element list, where each list element is produced by
applying the procedure @var{init-proc} to the corresponding list
--
2.37.1bug#57145: [PATCH] Add xcons example
Bug reports for GUILE, GNU's Ubiquitous Extension Language Thu, 11 Aug 2022 15:05:14 -0700
- bug#57145: [PAT... Bug reports for GUILE, GNU's Ubiquitous Extension Language
- bug#57145:... lloda
- bug#57... Bug reports for GUILE, GNU's Ubiquitous Extension Language
