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:
parent
b8fbdb683b
commit
4a82abb3e1
@ -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.
|
||||
::
|
||||
|
Loading…
Reference in New Issue
Block a user