From 774a36bcb34cd0885e56d95d5b975158688c29b3 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 16 Dec 2021 15:43:04 +0530 Subject: Specify map-alist behaviour for multiple set verbs. * dump/utils.scm (map-alist): Specify behaviour for multiple set verbs. --- dump/utils.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dump/utils.scm') diff --git a/dump/utils.scm b/dump/utils.scm index 774442f..402cbb3 100644 --- a/dump/utils.scm +++ b/dump/utils.scm @@ -83,7 +83,9 @@ Syntax: VERB must be one of set, filter-set, multiset and delete. -For the set VERB, KEY is set to the result of evaluating EXPRESSION. +For the set VERB, KEY is set to the result of evaluating +EXPRESSION. Multiple set verbs on the same key will result in multiple +associations for that key. For the filter-set VERB, KEY is set to the result of evaluating EXPRESSION only if that result is not #f. -- cgit v1.2.3