mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-09 14:07:34 +02:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
bca99853fb
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue