From 2543caeb5ef6c7d32f5903558c90af2e8203d5bc Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 1 Feb 2014 15:24:36 -0800 Subject: * txr.1: Documented forbidden hash table configuration of weak keys that are equal-based. --- txr.1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/txr.1 b/txr.1 index aafa1411..d430ef3a 100644 --- a/txr.1 +++ b/txr.1 @@ -9876,6 +9876,9 @@ argument specifies whether it shall have weak values, and all three of these properties to false, and allows them to be overridden to true by the presence of keyword arguments. +It is an error to attmpt to construct an equal-based hash table which +has weak keys. + The hash function provides an alternative interface. It accepts optional arguments which are keyword symbols. Any combination of the three symbols :weak-keys, :weak-vals and :equal-based can be specified in any order -- cgit v1.2.3