[Haskell] FLOPS 2006 Call for Papers

2005-09-05 Thread Masami Hagiya
Dear Moderator, Could you consider distributing the following call for papers? -- Masami Hagiya === First Call For Papers Eighth International Symposium on Functional and Logic Programming FLOPS 2006

[Haskell] SVV'05 CFP: INTERNATIONAL WORKSHOP ON SOFTWARE VERIFICATION AND VALIDATION

2005-09-05 Thread Zijiang (James) Yang
CALL FOR PAPERS SVV'05: 3RD INTERNATIONAL WORKSHOP ON SOFTWARE VERIFICATION AND VALIDATION October 31, 2005

[Haskell] [OT] xemacs (was: Re: emacs haskell mode)

2005-09-05 Thread Frederik Eaton
On Mon, Sep 05, 2005 at 06:53:21PM -0400, Stefan Monnier wrote: > > Hmm. I use font-lock, but I use xemacs (21.4). Maybe that's the cause > > of the difference. > > IIRC XEmacs's support for syntax-table text-properties (and more > specifically for font-lock-syntactic-keywords) has been generally

[Haskell] Re: emacs haskell mode

2005-09-05 Thread Stefan Monnier
> Hmm. I use font-lock, but I use xemacs (21.4). Maybe that's the cause > of the difference. IIRC XEmacs's support for syntax-table text-properties (and more specifically for font-lock-syntactic-keywords) has been generally fairly late. I'd expect it to be fully working by now, but maybe only in

Re: [Haskell] FunDeps and MArray

2005-09-05 Thread Remi Turk
On Mon, Sep 05, 2005 at 11:31:00AM -0700, Scherrer, Chad wrote: > I keep getting this error in GHCi: > > Illegal instance declaration for `PlusEq (a i e) (a i e) (m ())' > (the instance types do not agree with the functional dependencies of the > class) > In the instance declaration for `

[Haskell] Re: emacs haskell mode

2005-09-05 Thread Frederik Eaton
On Mon, Sep 05, 2005 at 11:48:12AM -0400, Stefan Monnier wrote: > > Sorry if I've asked this before, but is version 2.0 of haskell-mode on > > your website really the newest version? > > It's the latest released version. There's newer code in the CVS, of course. > > > I ask because the file hask

Re: [Haskell] Missing docs on Debian?

2005-09-05 Thread Isaac Jones
Yitzchak Gale <[EMAIL PROTECTED]> writes: > Using Debian testing with the ghc6-doc package > installed (version 6.4-3), It looks to me like this isn't the version from "testing" fwiw, but the version from "unstable". You might want to make sure that your versions of ghc and ghc-doc are consiste

[Haskell] FunDeps and MArray

2005-09-05 Thread Scherrer, Chad
Hi, I'm trying to use functionally dependent typeclasses to create an overloaded (+=) function. A simplified example of a first bit of code is... class PlusEq a b c | a b -> c where (+=) :: a -> b -> c instance (MArray a e m, Num e, Ix i) => PlusEq (a i e) (a i e) (m ()) where (+=)

[Haskell] Re: emacs haskell mode

2005-09-05 Thread Stefan Monnier
> Sorry if I've asked this before, but is version 2.0 of haskell-mode on > your website really the newest version? It's the latest released version. There's newer code in the CVS, of course. > I ask because the file haskell-mode.el says "Version: 1.43" in the header, > and I thought I remembered

[Haskell] Missing docs on Debian?

2005-09-05 Thread Yitzchak Gale
Using Debian testing with the ghc6-doc package installed (version 6.4-3), I just noticed that I only seem to have the "Hierarchical Libraries" manual, but not the "User's Guide" nor the "Cabal" docs (nor hslibs docs). Those links are broken on the "index.html" page that was installed. Did I do so