summaryrefslogtreecommitdiffstats
path: root/tests/010/hash.tl
blob: b8c386e20a360f8cbc7a96f131c8ee7066282819 (plain)
1
2
3
4
5
6
(load "../common")

(mtest
  (uni #H(() ("a") ("b")) #H(() ("b") ("c"))) (("a") ("b") ("c"))
  (diff #H(() ("a") ("b")) #H(() ("b") ("c"))) (("a"))
  (isec #H(() ("a") ("b")) #H(() ("b") ("c"))) (("b")))