Update hashset.sld

Clarify use of this module in the header comments.
This commit is contained in:
Justin Ethier 2019-02-01 10:25:01 -05:00 committed by GitHub
parent 7d1855d6d4
commit 50e1ec5f84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,11 @@
;;;; This module contains a hashset based on code from:
;;;; https://github.com/avsej/hashset.c
;;;;
;;;; NOTE this module only checks for shallow equality (IE: eq?) which
;;;; makes it suitable to test only certain types such as symbols,
;;;; numbers, etc. Hashset should NOT be used to store strings, lists,
;;;; vectors, and objects that require tests for deep equality (IE: equal?).
;;;;
(define-library (scheme cyclone hashset)
(export
hs-create