Define a map
function (like for
, but non-monadic)
#2083
Labels
type: feature request
Issues requesting a new feature or capability
Currently, SAWScript offers a
for
function for iterating over a list in a monadic fashion:For many use cases, however, it would be more convenient to iterate over a list without needing a monad
m
. For these scenarios, we should offer amap
function:SAWScript does not currently offer this, but it could easily be added.
The text was updated successfully, but these errors were encountered: