From 4a82abb3e1205276209851cb668687bfefc3cc2d Mon Sep 17 00:00:00 2001 From: David Kerschner Date: Tue, 25 Jun 2019 13:08:35 -0700 Subject: [PATCH] Minor clarity improvement for ++fold --- sys/hoon.hoon | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/hoon.hoon b/sys/hoon.hoon index 0a955118e..845e28757 100644 --- a/sys/hoon.hoon +++ b/sys/hoon.hoon @@ -11711,8 +11711,7 @@ ^- state |- ?~ xs st - =. st (f st i.xs) - $(xs t.xs, st st) + $(xs t.xs, st (f st i.xs)) :: :: This is basically a `mapM` over a list using the State monad. ::