mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 22:03:50 +03:00
Minor clarity improvement for ++fold
This commit is contained in:
parent
b8fbdb683b
commit
4a82abb3e1
@ -11711,8 +11711,7 @@
|
|||||||
^- state
|
^- state
|
||||||
|-
|
|-
|
||||||
?~ xs st
|
?~ xs st
|
||||||
=. st (f st i.xs)
|
$(xs t.xs, st (f st i.xs))
|
||||||
$(xs t.xs, st st)
|
|
||||||
::
|
::
|
||||||
:: This is basically a `mapM` over a list using the State monad.
|
:: This is basically a `mapM` over a list using the State monad.
|
||||||
::
|
::
|
||||||
|
Loading…
Reference in New Issue
Block a user