[Haskell-cafe] Haskell fgl example

2011-07-19 Thread Rohit Agrawalla
I am new to haskell and the haskell fgl (functional graph library). l am looking for some examples of the haskell fgl. Would appreciate any pointers regarding the same. -- Rohit ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.o

[Haskell-cafe] Data Structures with Haskell

2009-03-25 Thread Rohit Agrawalla
I am a beginner haskell programmer. I am interested in data structures implementation (all from basic ones like stack, queues etc. to advance ones like balanced binary trees, graphs etc.) in haskell. It would be really helpful if someone can point some good references for the same. Regards , Roh