diff options
Diffstat (limited to 'slsets.scm')
-rw-r--r-- | slsets.scm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ ;; complexity. It's even faster than using a side hash table, unless ;; the symbols already have large plists associated with them. ;; +(declare (disable-interrupts)) + (module slsets (slset<= slset= slset-adjoin ;; TODO: slset-delete and slset-contains? slset-difference slset-intersection |