S. Alexander Jacobson writes:
> I have started to move my Hugs CGI scripts into GHC.
> Here is an example hugs cgi script:
>
> -helloCGI.lhs-
> #!/usr/local/bin/runhugs
> > main=putStr "content-type: text/html\n\nhello world\n"
> ---
>
> This is literate Haskell so i
I have started to move my Hugs CGI scripts into GHC.
Here is an example hugs cgi script:
-helloCGI.lhs-
#!/usr/local/bin/runhugs
> main=putStr "content-type: text/html\n\nhello world\n"
---
This is literate Haskell so it should be completely acceptable to any
Haskell