Re: [Haskell-cafe] duplicate definition for symbol

2009-06-19 Thread austin s
Excerpts from Henk-Jan van Tuyl's message of Fri Jun 19 09:06:50 -0500 2009: L.S., I am trying to run a program in GHCi, but I get a meesage that an object file is loaded twice; it appears that two different versions of package process are loaded, see the session text below. How can I

Re: [Haskell-cafe] Timing pure functions?

2009-05-27 Thread austin s
Excerpts from Magnus Therning's message of Wed May 27 03:51:19 -0500 2009: Yesterday I spent about 5 minutes trying to time a single function in haskell (after having spent about 30 minutes on the timeit module in Python). I found timeit[1] on Hackage but it only times an IO computation once,