You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have ST.foreach (defined in purescript-st), but not ST.foreachWithIndex. To add this functionality in st, we would need to use FFI. If we define it in this repo, we can reuse existing API.
The text was updated successfully, but these errors were encountered:
See purescript/purescript-st#39
We currently have
ST.foreach
(defined inpurescript-st
), but notST.foreachWithIndex
. To add this functionality inst
, we would need to use FFI. If we define it in this repo, we can reuse existing API.The text was updated successfully, but these errors were encountered: