On 10/20/2013 10:14 AM, David Thompson wrote: > Hello all, > > When looking through the different hash table implementations > available (Guile, SRFI-69, and RNRS) I found a useful SRFI-69 > procedure that had no equivalent in Guile's native hash table API: > alist->hash-table. > > This patch is an attempt to add that. It works for all four types of > hash tables: equal?, eq?, eqv? and custom. > > - Dave Found an inconsistency in the docs. Updated patch attached. - Dave