Re: ghc api / calling functions?

2006-05-16 Thread Maarten
Lemmih wrote: On 5/16/06, Maarten <[EMAIL PROTECTED]> wrote: The code is from here: http://darcs.haskell.org/hIDE/packages/hidePlugin/src/Hide/Plugin/LoaderMidLevel.hs Found it. Thanks! I will check that out tomorrow. There isn't much to test yet, unfortunately. For me, there is more than en

Re: ghc api / calling functions?

2006-05-16 Thread Lemmih
On 5/16/06, Maarten <[EMAIL PROTECTED]> wrote: This seems to work fine. Thanks. Couldn't find the source snippet in the hide sources online. I take it the source is from the ghc port you are working on right now? Are the sources available or do you need anybody to test? :) The code is from her

Re: ghc api / calling functions?

2006-05-16 Thread Maarten
This seems to work fine. Thanks. Couldn't find the source snippet in the hide sources online. I take it the source is from the ghc port you are working on right now? Are the sources available or do you need anybody to test? :) Thanks again. Lemmih wrote: On 5/16/06, Maarten <[EMAIL PROTECTE

Re: ghc api / calling functions?

2006-05-16 Thread Lemmih
On 5/16/06, Maarten <[EMAIL PROTECTED]> wrote: Dear all, Is there a way to use the ghc api to call functions directly instead of evaluating statements (more or less similar to hs-plugins)? So far, thanks to some info pages, I have been able to load sessions and make modules, however there seems

ghc api / calling functions?

2006-05-16 Thread Maarten
Dear all, Is there a way to use the ghc api to call functions directly instead of evaluating statements (more or less similar to hs-plugins)? So far, thanks to some info pages, I have been able to load sessions and make modules, however there seems to be little or no documentation on calling