CC 2000 -- second call for papers

1999-09-13 Thread David Watt
[Apologies if you receive this more than once] INTERNATIONAL CONFERENCE ON COMPILER CONSTRUCTION CC 2000 Berlin, Germany 27-31 March 2000 E-mail: [EMAIL PROTECTED] Web: htt

RE: Functional Dependencies

1999-09-13 Thread Fermin Reig Galilea
> > | Also, you say a dependency with zero variables on the right side is > | syntactically correct, but later you say it will be reported as an > | error because it says nothing. Why bother? > > Point taken. In fact that same database text I mentioned above > prohibits functional dependencies

RE: Functional Dependencies

1999-09-13 Thread Mark P Jones
| Neat. And it solves a problem I was kludging around with explicit, | existentially quantified dictionaries. Great! Can I look forward to hearing more about that some time? | On a superficial note, how about | class C a b c | (a,b) => c where ... | for | class C a b c | a b -> c w

Re: Contexts

1999-09-13 Thread Daan Leijen
> > > (3) OK with GHC, error with Hugs: > > > > > > f = \x -> m x > > > x = f() > > ... > > > - Is GHC's treatment of (3) a bug? > > > > At first glance it looks a bit that way to me, but > > I will leave it for the more knowledgable Haskell experts > > to give you a definitive answer on that one

Re: Functional Dependencies

1999-09-13 Thread Ross Paterson
Mark P Jones wrote: > 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. The key idea is to allow class declarations to be > annoted with `functional dependencies'---an idea that has previously >

RE: Haskell Wish list: library documentation

1999-09-13 Thread Simon Peyton-Jones
> what ghc compiles. I'd like to also use Hugs, for a more interactive development > environment, but it shows little sign of ever being sufficiently compatible (it > is becoming increasing compatible in core aspects, but I want to use most of the > features of ghc, and the benefit of having an in