Re: Existential types, was Re: What *I* thinks Haskell Needs.

1999-09-27 Thread Arthur Gold
Can some one please fill me in on why existential types are not part of Haskell 98? Probably this is answered in some paper/statement that I can read some where? I sort of understand them (* I am still learning haskell. WOrking through S.T's book right now *) but not enough perhaps to

Re: Haskell and Parallelism (was: What is a functional language?)

1999-09-27 Thread Arthur Gold
Actually, IIRC, _|_ is actually a member of _all_ types. --ag "S. Alexander Jacobson" wrote: On Tue, 28 Sep 1999, Adrian Hey wrote: So (a b) = (b a) is invalid has type ::Boolean-Boolean-Boolean _|_ is not of type Boolean. So, if you pass a value of type _|_, you have

Re: monad type errors in class definition?

1998-10-25 Thread Arthur Gold
I am trying to write some primitives to make it easy to manipulate haskell datatypes without knowing what they are. However the following class: class MetaData a where constructorName::a-String mapArgs::(MetaData b,MonadPlus c) = (b-c)-a-[c] results in the error Illegal type

Re: Standard Haskell

1998-09-08 Thread Arthur Gold
Why not Haskell I? (as the first "standard" form of the language)... --Artie

3.01 build (again)

1998-03-03 Thread Arthur Gold
) /tmp/ghc18014.hc:2265: `rl_line_buffer' undeclared (first use this function) /tmp/ghc18014.hc:3479: warning: assignment makes pointer from integer without a cast e TIA --Artie Arthur GoldAustin, Texas

can't install ghc-2.10

1998-02-27 Thread Arthur Gold
Arthur GoldAustin, Texas --- | [EMAIL PROTECTED] [EMAIL PROTECTED] | --- -- -- Verbing weirds language. -- --

Re: Haskell: Heterogeneous lists?

1997-11-15 Thread Arthur Gold
, 53111 Bonn, Deutschland, 0049/228/656860 Keywords: Freeform Curves Surfs, Generative Modeling, 4D Animation FG Computergrafik: Institut f. Informatik III Universitaet Bonn Tel: (0228) 73-4315/-4292, Fax: -4382 Roemerstr. 164, Mail: [EMAIL PROTECTED]

Re: Re. Stumped without mutation...

1997-08-09 Thread Arthur Gold
flow is often much more complex. As a result, purely functional, lazy data structures can be a little tough to get one's head around. --Artie Arthur Gold Austin, Texas ** [EMAIL PROTECTED] [EMAIL PROTECTED] ** General recursion is the `go to' of functional programming

Maybe type

1997-07-07 Thread Arthur Gold
ense to me intuitively). Was this a conscious design decision? ...and if so, why? Thanks. --Artie Arthur Gold Austin, Texas --- | [EMAIL PROTECTED][EMAIL PROTECTED] | ---