[Haskell] ANNOUNCE: Turbinado V0.2 "Still Ugly"

2008-11-26 Thread Alson Kemp
Progress continues on Turbinado. Turbinado can be found at: http://www.turbinado.org The source can be found at: http://github.com/alsonkemp/turbinado/tree/master (see the /App directory for the code for www.turbinado.org) New in V0.2: * A better "Environment" type (rather than using Dyna

[Haskell] Wait for *either* MVar to be set

2008-11-26 Thread Peter Verswyvelen
Maybe this is not the correct mailing list to ask this question, but as a similar question was asked seemingly unanswered by Duncan Coutts in 2002 (http://markmail.org/message/kftpnulks7mbz2ij), and as this most likely has to do with the GHC runtime, I might have more luck to get an answer here.

Re: [Haskell] ANN: "Real World Haskell", now shipping

2008-11-26 Thread Don Stewart
I'd love it if people took a photo of the book arriving. With enough photos , I could put together a gallery of Haskell around the world :-) Here's my copy arriving last night, http://www.realworldhaskell.org/blog/2008/11/25/real-world-haskell-is-shipping/ And Dino's digital version, h

Re: [Haskell] Re: Help : A problem with IO

2008-11-26 Thread Chris Eidhof
On 26 nov 2008, at 17:18, abdullah abdul Khadir wrote: Hi, The function getMyLine written by me is intended for getting a complete string from the standard input. import IO getMyLine :: IO [Char] getMyLine = do c <- getChar if(c == '\n')

Re: [Haskell] Re: Help : A problem with IO

2008-11-26 Thread Axel Simon
Hi Abdullah, On Wed, 2008-11-26 at 21:48 +0530, abdullah abdul Khadir wrote: > Hi, > > The function getMyLine written by me is intended for getting a > complete string from the standard input. > > import IO > > getMyLine :: IO [Char] > getMyLine = do > c <- getChar >

[Haskell] Re: Help : A problem with IO

2008-11-26 Thread abdullah abdul Khadir
Hi, The function getMyLine written by me is intended for getting a complete string from the standard input. import IO getMyLine :: IO [Char] getMyLine = do c <- getChar if(c == '\n') then return "" elsecs <-

[Haskell] Help : A problem with IO

2008-11-26 Thread abdullah abdul Khadir
Hi, getMyLine :: IO [Char] getMyLine = do c <- getChar if(c == '\n') then return "" elsecs <- getMyLine return [c] ___ Haskell mailing

Re: [Haskell] ANN: "Real World Haskell", now shipping

2008-11-26 Thread David Leimbach
Very excited to receive my copy! Congrats to the 3 of you! On Tue, Nov 25, 2008 at 9:15 PM, Bryan O'Sullivan <[EMAIL PROTECTED]>wrote: > Good evening - > > John Goerzen, Don Stewart and I are delighted to announce the > availability of our book, "Real World Haskell". It is 710 pages long, > and p

[Haskell] First CFP: WWV 2009

2008-11-26 Thread demis
[Apologies if you receive multiple copies] *** * CALL FOR PAPERS * * * * WWV 2009 *

[Haskell] Call for papers TAP 2009

2008-11-26 Thread Koen Claessen
[Apologize if you receive multiple copies] Call for Papers TAP: Tests And Proofs 2009 The Third International Conference on Tests And Proofs (TAP) will be held at ETH Zurich, Switzerland on 2 and 3 July 2009. It will be co-located with TOOLS Europe 2009. The TAP confe