RE: GHC 6.4.1 and Win32 DLLs: Bug in shutdownHaskell?

2006-03-10 Thread Simon Marlow
On 09 March 2006 18:19, Michael Marte wrote: Simon Marlow wrote: Michael Marte wrote: Lennart Augustsson wrote: I'm not implying anything, except that I've plugged the space leak of 256M every time a DLL is loadedunloaded. -- Lennart Michael Marte wrote: Lennart, do you

RE: Re[2]: How to find out the C type signature corresponding to a Haskell function type in FFI?

2006-03-10 Thread Simon Marlow
On 09 March 2006 16:39, Bulat Ziganshin wrote: Hello Simon, Thursday, March 9, 2006, 5:08:09 PM, you wrote: for small home projects you can even use Int and int which would work in most of Haskell implementations Yes, and to give a concrete example: HsInt and int are different types

printing No. of reductions in GHCi

2006-03-10 Thread RHafiz
Hello there Is there anyway to find out the number of reductions per execution in GHC? (In Hugs , :set +s prints no of reductions but in GHC, the same command prints time and memory.) Thanks a lot in advance. RHafiz -- View this message in context: