utils, Additional list utilities: Also talk about hash maps.

This commit is contained in:
Sergiu Ivanov 2020-07-23 23:47:38 +02:00
parent ead66a2f4e
commit f7bd120033
1 changed files with 3 additions and 3 deletions

View File

@ -502,9 +502,9 @@
(check-equal? (pretty-print-set (set 'a 'b 1)) "1 a b")))
;;; =========================
;;; Additional list utilities
;;; =========================
;;; ======================================
;;; Additional list and hash map utilities
;;; ======================================
;;; Collects labels for duplicate edges into a sets of labels.
;;;