~c [EMAIL PROTECTED]
~r Readme
~e
--- Hugs update ---
Over the past few months, there have been a number of changes in the
Hugs world; the purpose of this message is to update you with details
of what is happening, and of our plans for the future.
The upcoming Hugs 98 release:
-
I have made a new prerelease version of Hugs 98 available from the
web page: http://www.cse.ogi.edu/~mpj/hugs/hugs98.html
This new release (dated 990319) replaces the previous 990222 release
(plus subsequent patches) as well as all previous releases of Hugs 98.
The changes in this release are ve
| > > class Eq_Monad f where
| > > result :: a -> f a
| > > bind :: Eq b => f a -> (a -> f b) -> f b
| > > join :: Eq a => f (f a) -> f a
| > > ...
| > Is there any reason why qualified types should not appear as the
| > declared types of instance variables in class declarations?
Junxian J Liu raises the question:
| IS THE I/O SYSTEM IN HASKELL ADEQUATE?
to which Lennart Augustsson replies:
| I think the answer is: NO!
| What you want to do cannot be done in Haskell.
I don't agree with this. Certainly for the example given, it is possible
to code the
RFC-822-HEADERS:
Original-Via: uk.ac.ox.prg; Wed, 5 Feb 92 12:22:19 GMT
==
| To be precise: I propose an additional chapter of the report, labeled
| `Literate comments' and no more than one page long, that states a
| convention for providing literate comments, notes that it is NOT