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
CALL FOR PAPERS
SVV'05: 3RD INTERNATIONAL WORKSHOP ON
SOFTWARE VERIFICATION AND VALIDATION
October 31, 2005
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
> 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
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 `
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
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
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
(+=)
> 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
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
10 matches
Mail list logo