bug#30237: Generalizing ‘and=>’

2018-01-24 Thread Mathieu Lirzin
Hello Mark, Mark H Weaver writes: > Mathieu Lirzin writes: > >> Here is a proposal for generalizing ‘and=>’ to a pipeline of procedures. >> It acts like a “bind” operator in an ad-hoc “Maybe” monad which uses #f >> to represent the absence of value. Not sure if it is useful in >> practice, but

bug#30237: Generalizing ‘and=>’

2018-01-24 Thread Mark H Weaver
Hi Mathieu, Mathieu Lirzin writes: > Here is a proposal for generalizing ‘and=>’ to a pipeline of procedures. > It acts like a “bind” operator in an ad-hoc “Maybe” monad which uses #f > to represent the absence of value. Not sure if it is useful in > practice, but it feels like a natural genera

bug#30237: Generalizing ‘and=>’

2018-01-24 Thread Mathieu Lirzin
Hello, Here is a proposal for generalizing ‘and=>’ to a pipeline of procedures. It acts like a “bind” operator in an ad-hoc “Maybe” monad which uses #f to represent the absence of value. Not sure if it is useful in practice, but it feels like a natural generalization. The current definition is t