Re: [OT] Teaching Haskell in High School (fwd)

2003-02-03 Thread Rex Page
better. I think Haskell would be great for a high school math class. They could learn some logic and induction along with it, and get a few proofs back into the high school math curriculum. Rex Page -- Forwarded message -- Date: Tue, 04 Feb 2003 03:03:03 +0100 From: Wolfgang Jeltsch

RE: [OT] Teaching Haskell in High School (fwd)

2003-02-04 Thread Rex Page
kindly to Haskell. The ones without any programming background do better. I think Haskell would be great for a high school math class. They could learn some logic and induction along with it, and get a few proofs back into the high school math curriculum. Rex Page I have always

Interesting Read (fwd)

2003-02-19 Thread Rex Page
for good languages apply, in spades, to Haskell, except the point on libraries. On that one, we're pedaling as fast as we can, but there aren't enough of us. Rex Page -- Forwarded message -- Date: Tue, 18 Feb 2003 20:22:46 -0800 (PST) From: David Sankel [EMAIL PROTECTED

[Haskell-cafe] monomorphism restriction

2008-06-11 Thread Rex Page
Definition of f: f = foldr (+) 0 Types: 0 :: (Num t) = t foldr (+) 0 :: Num a = [a] - a f :: [Integer] - Integer Please remind me, again, of the advantages of f being something different from the formula defining it. - Rex Page