pprTrace

2004-09-02 Thread MR K P SCHUPKE
When writing code in the compiler, how do you use pprTrace? I want to print out the type of a "SigD" from HsDecl? Keean. ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

RE: Marshalling Haskell String <-> UTF-8

2004-09-02 Thread Simon Marlow
On 02 September 2004 11:36, Ross Paterson wrote: > On Wed, Sep 01, 2004 at 04:39:30PM -0700, John Meacham wrote: >> I should mention I have a new version of the CWString library in >> development that conforms to the new FFI spec and works on all posixy >> systems, not just those that have unicode

unfold deforestation

2004-09-02 Thread Carsten Schultz
[If this should have gone to a different list, please tell me and I will subscribe to that.] Hi! There is no rule in standard libs related to unfoldr. From short googling I know that there may be several approaches to this, but as long as nothing fancy is introduced, the following might be a si

Re: Marshalling Haskell String <-> UTF-8

2004-09-02 Thread Ross Paterson
On Wed, Sep 01, 2004 at 04:39:30PM -0700, John Meacham wrote: > I should mention I have a new version of the CWString library in > development that conforms to the new FFI spec and works on all posixy > systems, not just those that have unicode wchar_t's like my first > posting. > > It is not qu