Select.hSelect

1999-09-11 Thread Sigbjorn Finne (Intl Vendor)
FYI to Haskell WishList listeners - I've checked in support for hSelect to the CVS repository. Code in ghc/lib/misc/Select.lhs, documentation in ghc/docs/users_guide/libmisc.vsgml. As always, commits haven't been subject to a testing procedure that satisfies ISO 9001 requirements.. i.e., give it

RE: Haskell Wish list: library documentation

1999-09-11 Thread trb
S. Alexander Jacobson writes: At 03:55 AM 9/9/99 , Mark P Jones wrote: Some folks out there want to use Haskell to write real programs. For them, there's Haskell 98. To be clear, I am not an academic researcher. I develop real world web sites. I would really like to use Haskell

Problems with Haskell 98 Random Specification/Implementation

1999-09-11 Thread Mark P Jones
To those who use or know about random numbers and Haskell: A couple of months ago, John Hughes sent me mail about a problem that he had uncovered with the implementation of the Random library in Hugs. He had been using the "split" function in an attempt to generate a stream of random number

Re: 3 wishes

1999-09-11 Thread Jose Emilio Labra Gayo
On Fri, 10 Sep 1999, Simon Raahauge DeSantis wrote: On Fri, Sep 10, 1999 at 07:40:03PM +0200, Jose Emilio Labra Gayo wrote: 1.- Show "some" Warnings - [...] As an example, suppose you write a long program and you define: f = "First definition . . .

Functional Dependencies

1999-09-11 Thread Mark P Jones
[Simon mentioned my work on `functional dependencies' in one of his messages a couple of days ago, so I thought I'd better post an explanation!] A couple of months ago, I developed and implemented an extension to Hugs that has the potential to make multiple parameter type classes more useful.

RE: Implementation of type classes

1999-09-11 Thread Mark P Jones
Hi Heribert, | The idea is that for every class assertion in the type of a variable, | the variable gets an additional parameter that will be instantiated by a | value representing the appropriate instance declaration. These values | are tuples (let's call them "instance tuples") containing | -

Re: Implementation of type classes

1999-09-11 Thread Jan Skibinski
On Sat, 11 Sep 1999, Heribert Schuetz wrote: Most of this is probably well-known stuff and written down in papers. Which ones? The Haskell report concentrates on the static semantics of classes and instances. It looks like the dynamic semantics is expected to be already understood by the