﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
223	unbound proc error in alist->hash-table	Jim Ursetto		"This error goes away if you use data-structures along with srfi-69.

$ cat > aa.scm <<EOF
(use srfi-69)
(alist->hash-table '((foo . bar)))
EOF

$ csc aa.scm         
$ ./aa

Error: call of non-procedure: #<unbound value>
        Call history:
        aa.scm:2: alist->hash-table"	defect	closed	major		unknown		fixed			
