deferrable_gratification
deferrable_gratification copied to clipboard
Add further loop combinators
This is the opposite of loop_until_success.
As part of building it I extracted some of the generalisable portions of Combinators::Join into Combinators::Base.
I've added loop_while (and loop_until) to this branch.
It might be better to call them just "while" and "until".