deferrable_gratification icon indicating copy to clipboard operation
deferrable_gratification copied to clipboard

Add further loop combinators

Open ConradIrwin opened this issue 13 years ago • 1 comments

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.

ConradIrwin avatar Oct 27 '11 22:10 ConradIrwin

I've added loop_while (and loop_until) to this branch.

It might be better to call them just "while" and "until".

ConradIrwin avatar Nov 08 '11 02:11 ConradIrwin