Extending Functionality with flatMap: Creating actionOneThenFoo from actionOne
If I have a function "actionOne" that returns an effect, is there a neat way to define a new function "actionOneThenFoo" that is basically the same as actionOne except with an extra flatMap on the effect?
