Re: [Haskell-cafe] Haskell and State Monad.

2007-09-12 Thread Don Stewart
dav.vire+haskell: > On 9/12/07, VinyleEm <[EMAIL PROTECTED]> wrote: > > > projects there, some of them being incomplete. Could you please suggest me > > some project, from which i can learn the State Monad. > > xmonad perhaps ? Yes, I think xmonad is a good example of the standard Haskell appro

Re: [Haskell-cafe] Haskell and State Monad.

2007-09-12 Thread Paul Johnson
VinyleEm wrote: In particular i need to find some project/program which extensively uses the State Monad. Perhaps you could tell us why you think you need the State Monad? It may be that there are easier ways of dealing with this. For an assembler you need to build up a symbol table based

Re: [Haskell-cafe] Haskell and State Monad.

2007-09-12 Thread Jules Bean
VinyleEm wrote: Hello all, I am Vinay Emani, new to this forum. I am doing an academic project of writing an assembler cum linker in Haskell as part of building a compiler set written entirely in Haskell. Since i am new to the language, i thought it would do me good to look at some of the existin

Re: [Haskell-cafe] Haskell and State Monad.

2007-09-12 Thread david48
On 9/12/07, VinyleEm <[EMAIL PROTECTED]> wrote: > projects there, some of them being incomplete. Could you please suggest me > some project, from which i can learn the State Monad. xmonad perhaps ? ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

[Haskell-cafe] Haskell and State Monad.

2007-09-12 Thread VinyleEm
Hello all, I am Vinay Emani, new to this forum. I am doing an academic project of writing an assembler cum linker in Haskell as part of building a compiler set written entirely in Haskell. Since i am new to the language, i thought it would do me good to look at some of the existing haskell code, b