Re: Monads in plain english (Was: Re: Licenses and Libraries)

1999-09-01 Thread Hamilton Richards Jr.
Programming", Addison-Wesley, 1999 (ISBN 0-201-34275-8) takes exactly this tack. It works very nicely. --HR -- Hamilton Richards Jr.Department of Computer Sciences Senior Lecturer Ma

Re: OO in Haskell

1999-10-05 Thread Hamilton Richards Jr.
ell's syntax --to say nothing of its semantics-- is much cleaner, much simpler, and much easier to learn. --HR -- Hamilton Richards Jr.Department of Computer Sciences Senior Lecturer Mail Code C0500 512-471-9525 The University of Texas at Austin SHC 434 Austin, Texas 78712-1188 [EMAIL PROTECTED] --

Re: Re: OO in Haskell

1999-10-05 Thread Hamilton Richards Jr.
agree with you less." --HR ------ Hamilton Richards Jr.Department of Computer Sciences Senior Lecturer Mail Code C0500 512-471-9525 The University of Texas at Austin SHC 434 Austin, Texas 78712-1188 [EMAIL PROTECTED] --

Re: Reverse composition

1999-10-08 Thread Hamilton Richards Jr.
lines easy to read: f >.> g >.> h >.> ... --Ham ------ Hamilton Richards Jr.Department of Computer Sciences Senior Lecturer Mail Code C0500 512-471-9525 The Univers

Re: Haskell mailing list

1999-10-11 Thread Hamilton Richards Jr.
Richards Jr.Department of Computer Sciences Senior Lecturer Mail Code C0500 512-471-9525 The University of Texas at Austin SHC 434 Austin, Texas 78712-1188 [EMAIL PROTECTED] --

type question

1999-01-17 Thread Hamilton Richards Jr.
: g *** Expected type : a *** Inferred type : _2 Yet if the inner type declaration is omitted: > f :: a -> a > f x = g >where >-- g :: a >g = x it compiles without a hitch. Is there a simple explanation for this phenomenon? Thanks, --Ham ------

Haskell home page

2000-01-01 Thread Hamilton Richards Jr.
-- Hamilton Richards Jr.Department of Computer Sciences Senior Lecturer Mail Code C0500 512-471-9525 The University of Texas at Austin SHC 434 Austin, Texas 78712-1188 [EMAIL PROTECTED] --