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. ::