[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Recursive definitions of higher-order operators



I wish FlatMap was in standard Sequences module instead of SelectSeq:


SelectSeq(seq, Test(_)) == FlatMap(LAMBDA e : IF Test(e) THEN <<e>> ELSE <<>>, seq)


I also need FlatMap to flatten a sequence of operations with some sequence fields into a single sequence of responses.


Yuri