commit 33bc54c3ae110fa2e74ffc8777d900dc805cd247
parent 3599f1025a09752dc7ab02e861820258c157e7aa
Author: Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
Date: Fri, 14 Aug 2015 17:31:44 +0200
Clarify that we're talking of R6RS hashtables.
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -33,8 +33,9 @@ code-bases, and furthermore a programmer can always fall back to the
type-specific accessor and modifier procedures in performance-critical
sections of code.
-The operators are specified to work on bytevectors, hashtables, lists,
-strings, vectors, and all record types. Some notes on specific types:
+The operators are specified to work on bytevectors, R6RS hashtables,
+lists, strings, vectors, and all record types. Some notes on specific
+types:
- For bytevectors, 8-bit unsigned integer operations are assumed.
There is no obvious way to incorporate other bytevector operations