GHC API: Access to nativeCodeGen?

2005-07-03 Thread Peter A Jonsson
Hello, I would like to use nativeCodeGen outside of GHC to generate code from an IR. The IR would be produced by a third party program, not the GHC frontend. Looking at CVS HEAD I can see that GHC.hs exports plenty of things (for the GHC API I presume), but I can't find anything that lets me inp

STM help

2005-07-03 Thread John Meacham
I am attempting to use the STM to rewrite the screen handling code in ginsu, which frankly, I am a little embarassed of :) The basic needs are: - fully concurrent - all curses calls must go through a single thread (otherwise it gets real complicated) - atomic updates to multiple parts of the scr

Data.Tree & Typeable

2005-07-03 Thread Jean-Philippe Bernardy
Dear GHC developpers, Could you please make Data.Tree Typeable-aware by declaring the appropriate instances? Thanks in advance, Jean-Philippe Bernardy. ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailm