Re: [Haskell-cafe] GHC-API: a few questions

2007-09-02 Thread Andrea Rossato
On Sun, Sep 02, 2007 at 04:09:11PM +0200, Andrea Rossato wrote: > Hi, > > I'm trying to acquire some confidence with the GHC-API and I'm having > some problems, related to error handling, I seem not be able to solve. It's always like this: you finally give up, ask for help in the haskell-cafe, go

[Haskell-cafe] GHC-API: a few questions

2007-09-02 Thread Andrea Rossato
Hi, I'm trying to acquire some confidence with the GHC-API and I'm having some problems, related to error handling, I seem not be able to solve. Basically there are 3 functions to (interactively) compile/run Haskell expressions: compileExpr, dyCompileExpr and runStmt. The first 2 will return the