From 01e8b1535cb5892a9dcf0ac6cab8b690f5746d71 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Mon, 21 Dec 2020 22:01:28 +0100 Subject: [PATCH] utils.rkt: Use multi-compose instead of compose-3. --- utils.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.rkt b/utils.rkt index cf5c3e8..2c97f5c 100644 --- a/utils.rkt +++ b/utils.rkt @@ -229,7 +229,7 @@ (: read-org-variable-mapping (-> String (VariableMapping Any))) (define read-org-variable-mapping - (compose-3 + (multi-compose (λ ([pairs : (Listof (Pair Symbol Any))]) (make-immutable-hash pairs)) (λ (sexp)