Re: [Haskell-cafe] is there some book about haskell and data struct and alg?

2008-05-31 Thread Robert Dockins
[snip] Without the equivalent Haskell source code, the code must be manually translated from Standard ML into Haskell. Does anybody know why the link is broken, when it may be fixed, and from where the Haskell source code can be currently obtained? Benjamin L. Russell If you are

Re: [Haskell-cafe] is there some book about haskell and data struct and alg?

2008-05-30 Thread Benjamin L. Russell
I just tested both, and they both seem to work. Perhaps both should be listed, or should we agree on just one? Benjamin L. Russell --- On Thu, 5/29/08, Henk-Jan van Tuyl [EMAIL PROTECTED] wrote: From: Henk-Jan van Tuyl [EMAIL PROTECTED] Subject: Re: [Haskell-cafe] is there some book about

Re: [Haskell-cafe] is there some book about haskell and data struct and alg?

2008-05-30 Thread John Melesky
On May 30, 2008, at 5:32 AM, Benjamin L. Russell wrote: Actually, the link now points to the following URL (updated by John Melesky): http://www.eecs.usma.edu/webs/people/okasaki/pfds-haskell.tar.gz instead of the following URL (set by Henk-Jan van Tuyl):

Re: [Haskell-cafe] is there some book about haskell and data struct and alg?

2008-05-30 Thread Gwern Branwen
On 2008.05.28 20:11:54 -0700, Benjamin L. Russell [EMAIL PROTECTED] scribbled 2.5K characters: Although all the source code for the pdf version (http://www.cs.cmu.edu/~rwh/theses/okasaki.pdf) of Purely Functional Data Structures is provided in Standard ML, not Haskell, I found a broken link

Re: [Haskell-cafe] is there some book about haskell and data struct and alg?

2008-05-29 Thread Henk-Jan van Tuyl
On Thu, 29 May 2008 05:11:54 +0200, Benjamin L. Russell [EMAIL PROTECTED] wrote: Although all the source code for the pdf version (http://www.cs.cmu.edu/~rwh/theses/okasaki.pdf) of Purely Functional Data Structures is provided in Standard ML, not Haskell, I found a broken link to the

Re: [Haskell-cafe] is there some book about haskell and data struct and alg?

2008-05-29 Thread John Melesky
Looks like Okasaki moved it over when he relocated to the US Military Academy: http://www.eecs.usma.edu/webs/people/okasaki/pfds-haskell.tar.gz I've fixed it on the wiki. -johnnn On May 29, 2008, at 3:56 AM, Henk-Jan van Tuyl wrote: On Thu, 29 May 2008 05:11:54 +0200, Benjamin L.

[Haskell-cafe] is there some book about haskell and data struct and alg?

2008-05-28 Thread smellcode
is there some book about haskell and data struct and alg? i mean data struct and algorithm in haskell i am freshman i want to study haskell with data struct and alg -- Hu Jinpu (nickname: smellcode) Web developer email =~ /(^hujinpu)\@(gmail)\.(com)$/ or email.gsub!(/hujinpu/, 'smellcode')

Re: [Haskell-cafe] is there some book about haskell and data struct and alg?

2008-05-28 Thread Iavor Diatchki
Hi, Purely Functional Data Structures by Chris Okasaki is a good one. Here is a link to it on Amazon: http://www.amazon.com/Purely-Functional-Structures-Chris-Okasaki/dp/0521663504 Good luck! -Iavor 2008/5/28 smellcode [EMAIL PROTECTED]: is there some book about haskell and data struct and

Re: [Haskell-cafe] is there some book about haskell and data struct and alg?

2008-05-28 Thread Loup Vaillant
2008/5/28 Iavor Diatchki [EMAIL PROTECTED]: Hi, Purely Functional Data Structures by Chris Okasaki is a good one. Here is a link to it on Amazon: http://www.amazon.com/Purely-Functional-Structures-Chris-Okasaki/dp/0521663504 Good luck! -Iavor Argh, I'm predated by a few seconds! :-) Before

Re: [Haskell-cafe] is there some book about haskell and data struct and alg?

2008-05-28 Thread Richard Kelsall
smellcode wrote: is there some book about haskell and data struct and alg? i mean data struct and algorithm in haskell i am freshman i want to study haskell with data struct and alg I expect this is obvious, but just in case, there is a list here http://haskell.org/haskellwiki/Books which

Re: [Haskell-cafe] is there some book about haskell and data struct and alg?

2008-05-28 Thread Benjamin L. Russell
Although all the source code for the pdf version (http://www.cs.cmu.edu/~rwh/theses/okasaki.pdf) of Purely Functional Data Structures is provided in Standard ML, not Haskell, I found a broken link to the supposedly equivalent Haskell source code on Books - HaskellWiki