Re: Green Card and Exceptions

2003-06-13 Thread Alastair Reid
On Friday 13 June 2003 3:37 am, Matthew Donadio wrote: Hi all, I have a couple of questions about Green Card and exceptions. [...] This definition works, but it ignores the return code from the library function. The various return codes are from an enum defined in a header file. I would

chance to help out on the wiki

2003-06-13 Thread Isaac Jones
Greetings. We added a page Fundamental Concepts to the wiki so that we might have a very specific reference to pass along to people with questions, and to add links to definitions throughout the wiki. http://www.haskell.org/hawiki/FundamentalConcepts A lot of concepts need to be filled in, and

Re: Green Card and Exceptions

2003-06-13 Thread Matthew Donadio
Alastair Reid wrote: The %fail statements (described in the last few paragraphs of http://www.haskell.org/greencard/downloads/greencard-latest/type-sig.html) consist of two C expressions. For example: %fail {f == NULL} {errstring(errno)} The first is a test for failure. The second

please help

2003-06-13 Thread David Savimbi
From: David Jonas Savimbi Johannesburg, South Africa Email: [EMAIL PROTECTED] june 13th, 2003. Dear Sir, It is my humble pleasure to write you this letter irrespective of the fact that you do not know me. However, I got your name through your country business directory here in my search for a

Testing was Re: main modules in GHC, deriving differences between GHC and Hugs

2003-06-13 Thread Matthew Donadio
(redirected to haskell-cafe) Hal Daume III wrote: Yes, but there's a problem with this solution. Namely, if Foo.hs takes a long time to compile, then you can't leverage having already created Foo.o and Foo.hi when making the Main. Yeah, it's not perfect, but I think we just have different

REPLY REQUIRED: Confirm subscription to group Intelligent Learning

2003-06-13 Thread Team domeus
Title: domeus system message Hello [EMAIL PROTECTED], thanks for your interest in the group Intelligent

gtk2hs

2003-06-13 Thread Christian Buschmann
Hi! I tried to implement a simple counter with gtk2hs. To increase my counter I defined following event: onClicked btn $ do si - textBufferGetStartIter tb ei - textBufferGetEndIter tb val - textBufferGetText tb si ei False