Hi,
I am student of Computer Science and I have to write a lecture on ghc network module. Where can I get some code samples of this module. I am looking for short progrmas that show how to use network module.
Thanks.
On Fri, May 30, 2003 at 07:57:57PM -0700, [EMAIL PROTECTED] wrote:
>
> The context:
> http://www.haskell.org/pipermail/haskell-cafe/2003-February/003912.html
>
> Furthermore, if GHCi can (after some prodding by the user) launch ghc
> to compile a module and then load the resulting .o file in and
Simon Marlow wrote:
> The test driver makes use of 'eval'-style scripting, which none of the
> existing Haskell systems has.
Doesn't the following qualify as eval? A similar code works even in
Hugs.
> import System (system, ExitCode(ExitSuccess))
> import Posix(executeFile)
>
> myconfig_file =