Re: [Haskell] Mixing monadic and non-monadic functions

2005-09-16 Thread Sergey Zaharchenko
Hello Bulat! Thu, Sep 15, 2005 at 09:19:41PM +0400 you wrote: > Hello Ben, > > Wednesday, September 14, 2005, 6:32:27 PM, you wrote: > > BRG> do { ... ; ... borrow E ... ; ... } > > BRG> is transformed into > > BRG> do { ... ; x <- E ; ... x ... ; ... } > > i strongly support this

(way OT) Re: [Haskell] Re: 2-D Plots, graphical representation of massive data

2004-08-27 Thread Sergey Zaharchenko
On Sat, Aug 28, 2004 at 02:01:40AM +0200, karczma probably wrote: > Glynn Clements proposes to: > > >Zabiyaka, Yuliya > who wants > ... > >>2) display result of the analysis (pie charts, histograms, plots) > > > >If you don't need to interact with the display, the simplest solution > >is to gen