[Haskell-cafe] Newbie request

2006-06-09 Thread Geevarghese Philip
I am trying to learn Haskell. As an exercise, I wrote a function to create a binary tree in level-order. I am attaching the code. I am sure there are a number of places where the code could be improved. Could you please point these out? Thanks, Philip

[Haskell-cafe] Re: Newbie request

2006-06-09 Thread Geevarghese Philip
Hi Bertram, Don, Thanks for your patience with my toy code. Your analyses helped me a lot. Thanks, Philip On Fri, 09 Jun 2006 02:27:01 +0500, Geevarghese Philip wrote: I am trying to learn Haskell. As an exercise, I wrote a function to create a binary tree in level-order. I am