I just realized that the Hugs package does not seem to include Time (even
though it is in the Library Report.
Is there a Time library somewhere out on there that works with Hugs?
-Alex-
___
S. Alexander Jacobson i
I asked recently for the DoCon directory mirroring.
Thanks to everybody, who suggested the help.
There were already three suggestions. So i order them and will speak
to them further privately.
The story was that about 50 users tried to download DoCon files.
Some of them failed at the main arch
Rossberg writes,
thinking about whether the pretty printer proposed by Wadler requires
some changes to be efficient in a strict language, I stumbled over the
the last case defining `flatten':
flatten (x :<|> y) = flatten x
I wonder why it is necessary here to recurse on x.
Sergey Mechveliani writes:
> There exists a computer algebra program DoCon written in Haskell,
> distributed freely with the sources, at
> ftp.botik.ru:/pub/local/Mechveliani/docon/
>
> and some users say the main archive (about 600K byte) is very hard to
> transfer.
...
S.D.Mechveliani writes:
> Dear all,
>
> There exists a computer algebra program DoCon written in Haskell,
> distributed freely with the sources, at
>ftp.botik.ru:/pub/local/Mechveliani/docon/
>
> and some users say the main archive (about 600K byte) is very hard to
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
Dear all,
There exists a computer algebra program DoCon written in Haskell,
distributed freely with the sources, at
ftp.botik.ru:/pub/local/Mechveliani/docon/
and some users say the main archive (about 600K byte) is very hard to
transfer.
Is it possible, or could som