¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

mapM_ for Vector


 

I'm currently trying to instantiate an Arbiter and call request for each client in `Arbiter_IFC.clients` in a rule. Its seems that `Vector.mapM` is the tool to get the job done?


 

For some context, is where I'm using `mapM_`.