Re: [frege-programming-language] FlatMap?

2016-10-08 Thread Russel Winder
On Sat, 2016-10-08 at 17:59 +0200, Dierk König wrote: > It is the classic > > = > > operator or use the "do" notation.  > For the special case of lists, a list comprehension might also be > appropriate.  > Check out FregeGoodness again.  >From what I understand >>= is not equivalent of flatMap.

Re: [frege-programming-language] FlatMap?

2016-10-08 Thread Dierk König
It is the classic >>= operator or use the "do" notation. For the special case of lists, a list comprehension might also be appropriate. Check out FregeGoodness again. Dierk sent from:mobile > Am 08.10.2016 um 17:25 schrieb Russel Winder : > > I think I am getting a