Re: Haskell-Cafe Digest, Vol 55, Issue 30

Hi Sebastian Sylvan, Thank you very much! I thick the last column return a string because of the Haskell "Show" function, for when I made test, I got such an error message: Show ([SqlValue] -> IO [[SqlValue]]). Any way, thank you very much! Deng Chao 在 2008-03-22六的 13:55 -0400,haskell-cafe-request@haskell.org写道:
Send Haskell-Cafe mailing list submissions to haskell-cafe@haskell.org
To subscribe or unsubscribe via the World Wide Web, visit http://www.haskell.org/mailman/listinfo/haskell-cafe or, via email, send a message with subject or body 'help' to haskell-cafe-request@haskell.org
You can reach the person managing the list at haskell-cafe-owner@haskell.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of Haskell-Cafe digest..."
Today's Topics:
1. compile error with FFI code (Galchin Vasili) 2. "doctest" for haskell -- a good project? (Shaun Cutts) 3. Re: [GSoC] Plugins for GHC (Bulat Ziganshin) 4. Re: "doctest" for haskell -- a good project? (Roman Cheplyaka) 5. Re: "doctest" for haskell -- a good project? (Don Stewart) 6. Re: [GSoC] Plugins for GHC (Neil Mitchell) 7. Re: "doctest" for haskell -- a good project? (Neil Mitchell) 8. Re: An ugly zip3 problem.. (Michael Feathers) 9. Re: An ugly zip3 problem.. (Michael Feathers) 10. How to program with sqlite? (Deng Chao) 11. Re: "doctest" for haskell -- a good project? (Thomas Schilling) 12. Re: How to program with sqlite? (Sebastian Sylvan) 13. Re: "doctest" for haskell -- a good project? (Sebastian Sylvan) 14. HXT and types in Control.Arrow.ArrowTree (Robert Vollmert) 15. Opening Windows .lnk Files (Dominic Steinitz) 16. RE: "doctest" for haskell -- a good project? (Shaun Cutts) 17. Re: An ugly zip3 problem.. (Bryan O'Sullivan) 18. Re: "doctest" for haskell -- a good project? (Paul Johnson) 19. Re: AMQP framing layer: design help requested. (Paul Johnson) 20. Re: Problem with OpenAL (Antoine Latter) 21. Re: AMQP framing layer: design help requested. (Derek Elkins) 22. Re: Opening Windows .lnk Files (Neil Mitchell) 23. Re: "doctest" for haskell -- a good project? (Neil Mitchell) 24. Re: Opening Windows .lnk Files (Dominic Steinitz) 25. RE: "doctest" for haskell -- a good project? (Shaun Cutts)
----------------------------------------------------------------------
Message: 1 Date: Fri, 21 Mar 2008 23:21:26 -0500 From: "Galchin Vasili"
Subject: [Haskell-cafe] compile error with FFI code To: Haskell-cafe Cc: Galchin Vasili Message-ID: <5ae4f2ba0803212121w17fe482ek105c13cf6999e603@mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1" Hello,
In my blah.hsc, I have "allocbytes (#const (struct bozo)) .. where
struct bozo is a bunch of "long int" ,,, In the "runhaskell Setup.hs build" step I get a nasty error message about an "incomplete type". I have look at many times but this error doesn't make sense to me. ??
Kind regards, Vasili
participants (1)
-
Deng Chao