~ chicken-core (master) 0d3c4ad0a3811780aa8bce023bf9dc555c40d5cd


commit 0d3c4ad0a3811780aa8bce023bf9dc555c40d5cd
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Sep 1 11:28:41 2026 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Tue Sep 1 11:28:41 2026 +0200

    mention number-vector chapter (by "klm`")

diff --git a/manual/Module (chicken bytevector) b/manual/Module (chicken bytevector)
index 886e9f2b..47a014e1 100644
--- a/manual/Module (chicken bytevector)	
+++ b/manual/Module (chicken bytevector)	
@@ -4,7 +4,10 @@
 == Module (chicken bytevector)
 
 This module contains procedures for dealing with "bytevectors",
-fixed-size sequences of unsigned 8-bit integers.
+fixed-size sequences of unsigned 8-bit integers. Note that they are
+indistinguishable from srfi-4 u8vectors and can be used
+interchangeably. The R7RS literal expressions {{#u8(64 65 ...)}} can
+also be used for construction. See [[Module (chicken number-vector)]].
 
 === bytevector
 
Trap