utils.rkt: Use multi-compose instead of compose-3.

This commit is contained in:
Sergiu Ivanov 2020-12-21 22:01:28 +01:00
parent a83f1b9978
commit 01e8b1535c
1 changed files with 1 additions and 1 deletions

View File

@ -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)