"eval" in ghc(i)?
Geoffrey Alan Washburn
geoffw at cis.upenn.edu
Fri May 5 10:44:36 EDT 2006
Simon Marlow wrote:
> However, there's a caveat with doing this: the RTS linker only has a
> single symbol table, so the running GHCi will be sharing this symbol
> table with the new GHC session. Loading object code in both sessions
> will probably lead to problems.
Is this still a problem if I compile the final program to a standalone
executable rather than running it through ghci?
More information about the Glasgow-haskell-users
mailing list