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
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
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
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
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