Re: pattern-matching extension?

2003-12-07 Thread Fergus Henderson
On 05-Dec-2003, Derek Elkins <[EMAIL PROTECTED]> wrote: > "Abraham Egnor" <[EMAIL PROTECTED]> wrote: > > I've occasionally wanted some sort of equivalent of an instanceOf > > function in haskell, i.e. one that would let me define a function that > > could dispatch on the type of its argument as wel

Re: incompatible signatur syntax within instance definition

2003-12-07 Thread Fergus Henderson
On 05-Dec-2003, Christian Maeder <[EMAIL PROTECTED]> wrote: > >instance Show a => Show (List a) where > >showsPrec _ Nil = showString "[]" > >showsPrec _ l = > >showString "[" . showsl l . showString "]" > >where -- showsl :: List a -> ShowS-- for ghc > > -

error in the hdirect installation

2003-12-07 Thread Mauro La Salete Costa Lima de Araujo
Hi people, I have just downloaded the fptools with the purpose of use the hdirect. But when I execute a "make boot; make" in the hdirect directory in the middle of the compile process I get the following error: ... ==fptool