1
0
mirror of https://github.com/ilyakooo0/urbit.git synced 2024-12-15 01:52:42 +03:00

Minor clarity improvement for ++fold

This commit is contained in:
David Kerschner 2019-06-25 13:08:35 -07:00
parent b8fbdb683b
commit 4a82abb3e1

View File

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