guile-srfi-123

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit d8f012f35ca21b2186cc86536bc0167825154f41
parent 8909b6a2b07c2b46ca4dc89ed76e2cc02b6d4b15
Author: Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
Date:   Sun, 16 Aug 2015 22:44:24 +0200

Mention SRFI-4 vectors in intro.

Diffstat:
Msrfi-123.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srfi-123.md b/srfi-123.md @@ -70,9 +70,9 @@ type-specific accessor and modifier procedures in performance-critical sections of code. The operators are specified to work on bytevectors, R6RS hashtables, -lists/pairs, strings, vectors, and non-opaque record types. (R6RS and -SRFI-99 can produce opaque record types; SRFI-9 and R7RS cannot.) -Some notes on specific types: +lists/pairs, strings, vectors, non-opaque record types, and SRFI-4 +vectors if present. (R6RS and SRFI-99 can produce opaque record +types; SRFI-9 and R7RS cannot.) Some notes on specific types: - For bytevectors, 8-bit unsigned integer operations are assumed. There is no obvious way to incorporate other bytevector operations