From 684ae0b3dc8e0388e7b33860872c3c8144c28b18 Mon Sep 17 00:00:00 2001 From: Fang Date: Wed, 25 Oct 2017 00:16:26 +0200 Subject: [PATCH] Fix small issue in ++op:dejs-soft:format when calling ++my:nl Fixes #444 --- sys/zuse.hoon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/zuse.hoon b/sys/zuse.hoon index 60a24c2cb..e48dd9d2c 100644 --- a/sys/zuse.hoon +++ b/sys/zuse.hoon @@ -3334,7 +3334,7 @@ ++ op :: parse keys of map |* {fel/rule wit/fist} %+ cu - |= a/(list _[(wonk *fel) (need *wit)]) + |= a/(list (pair _(wonk *fel) _(need *wit))) (my:nl a) %- ci :_ (om wit) |= a/(map cord _(need *wit))