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
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
> > -
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