From e6d0c03397915259386b11e02da4e7ed2f86f0a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 23 Sep 2022 22:19:27 +0200 Subject: Change NOTE to TODO. --- module/hnh/util.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/module/hnh/util.scm b/module/hnh/util.scm index 3a2621d1..bd38a445 100644 --- a/module/hnh/util.scm +++ b/module/hnh/util.scm @@ -326,7 +326,9 @@ (for value in lst (let ((key (proc value))) (hash-set! h key (cons value (hash-ref h key '()))))) - ;; NOTE changing this list to cons allows the output to work with assq-merge. + ;; TODO change this 'list' to 'cons'. + ;; It will give a "proper" alist, and also allows the output to work + ;; with assq-merge (hash-map->list list h))) ;; (split-by '(0 1 2 3 4 2 5 6) 2) -- cgit v1.2.3