Hi all, I'd like to load a Haskell program into GHCi A and then connect to GHCi A from GHCI B. Is there any way to do this? This would be handy (handier than telnet) for demoing and debugging server applications that use shared resources. -deech