Re: GHC CVS refusing connections...

2004-04-22 Thread Donald Bruce Stewart
k.schupke: tried to update to update GHC from CVS today, with CVSROOT= :pserver:[EMAIL PROTECTED]:/cvs but got the error: cvs [login aborted]: connect to glass.cse.ogi.edu(129.95.44.145):2401 failed: Connection refused Is it my ISP, or is everyone having the same problem?

RE: Typeable and 'forall' in data constructors

2004-04-22 Thread Simon Peyton-Jones
The code you gave looks fine to me, and indeed compiled. But to fill out the instance declaration you'll need to a) make Data the context in the App constructor b) make Data the context in the instance Data (Term a) declaration Also there is absolutely no point in the (Typeable a) context for

GHC CVS refusing connections...

2004-04-22 Thread MR K P SCHUPKE
tried to update to update GHC from CVS today, with CVSROOT= :pserver:[EMAIL PROTECTED]:/cvs but got the error: cvs [login aborted]: connect to glass.cse.ogi.edu(129.95.44.145):2401 failed: Connection refused Is it my ISP, or is everyone having the same problem? Regards,