[Haskell] Sun slots transactional memory into Rock

2007-08-28 Thread Bulat Ziganshin
Hello haskell, "Hoping to improve the state of server software, Sun Microsystems has confirmed that it will include support for transactional memory with the first generation of its Rock processors due out in the second half of next year." http://www.theregister.com/2007/08/21/sun_transactional_m

[Haskell] TryTypeCast hackery possible?

2007-08-28 Thread Andreas Schropp
While reading on Oleg's typeclass-overloaded functions via "local" (*) backtracking (http://okmij.org/ftp/Haskell/poly2.txt), it occured to me that in order to support true Prolog-style instance/clause selection (Oleg seems to only use guards not based on unification-success), one would need T

[Haskell] ghc as a library and profiling

2007-08-28 Thread Sönke Hahn
Hi! I am working on a program that uses ghc as a library to typecheck code. I want to profile the program (compiling with '-prof -auto-all' and running with '+RTS -p'). Trying to compile, results in the following message: Could not find module `GHC': Perhaps you haven't installed the prof