I think there is a bug in the hash table implementation:
 
#;1> (set! h (make-hash-table))
#;2> (hash-table-exists? h "foo")
Error: call of non-procedure: #(42)
 
(using chicken 2.2 under cygwin)
 
David Janssens
_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to