Timing repeated function calls

2003-08-08 Thread Jeffrey A. Scofield
Greetings. Using GHC 6.0 on Mac OS X (10.2.6), I'm trying to do some timing tests of something that doesn't take very long. So, I want to call a function repeatedly (1000s of times). It appears, however, that the compiler is figuring out that there's no need to call the function more than once

Re: HI TypeCast

2003-08-08 Thread Derek Elkins
On Wed, 6 Aug 2003 23:24:13 +0200 Fredrik Petersson [EMAIL PROTECTED] wrote: Hi there! Iam new to the list so feel free to shout at me when i do wrong! :) Software-designer from sweden, likes fast bikes and metal, thats me, and hi to you all! Yeah ok to the problem, i have this stupid

Re: idiom for producing comma-seperated lists?

2003-08-08 Thread D. Tweed
On Fri, 8 Aug 2003, Antony Courtney wrote: I often need to format a list of strings using some character as a *seperator* rather than a terminator for the items. Is there some simple combinator or idiom from the Prelude or standard libraries that could be used for this purpose? I think