Merge remote-tracking branch 'origin/master'

This commit is contained in:
Justin Ethier 2019-02-04 13:27:35 -05:00
commit bca99853fb

View file

@ -8,6 +8,11 @@
;;;; This module contains a hashset based on code from: ;;;; This module contains a hashset based on code from:
;;;; https://github.com/avsej/hashset.c ;;;; 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) (define-library (scheme cyclone hashset)
(export (export
hs-create hs-create