Add sequenceIgnore and mapMIgnore to Validation - #365
Conversation
|
Is the |
|
The underscore here basically means "ignore". AFAIK it's a common convention in F# and Haskell to use an underscore suffix in function names that represent the "value ignored" versions of such functions. The alternative names I can think of are I don't see how renaming this function to |
|
I've typically seen the |
|
Renamed the functions |
|
@semyon2105 Thanks for the contribution! |
sequence_ and mapM_ to ValidationsequenceIgnore and mapMIgnore to Validation
No description provided.