[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue: HASH-TABLE-ACCESS



My notes say this passed 17-0 with hand-written amendments by me
(and agreement that the `obvious' write-o's would be corrected).

The [corrected] hand-written text says:

 Amendment to HASH-TABLE-ACCESS		KMP 3/30/89

 Add:	Define that the results of HASH-TABLE-REHASH-SIZE,
	HASH-TABLE-REHASH-THRESHOLD, and HASH-TABLE-SIZE
	are suitable for use in a call to MAKE-HASH-TABLE
	in order to produce a hash table with state
	corresponding to the current state of the hash table.

 Clarify that the result of HASH-TABLE-TEST is always a
 symbol naming a function rather than the function itself if
 the test is one of those defined by this standard.
 (Implementations which provide additional tests for hash
 tables may determine how this function relates to such 
 extended tests.)