[Haskell-cafe] Re: Haskell example archive?
Peter Eriksen
s022018 at student.dtu.dk
Mon Apr 25 04:23:31 EDT 2005
Echo Nolan <hellish at comcast.net> writes:
> Hello all,
> I recently read the post about a problem using the list monad,
> and I was wondering if there was an archive of monad usecases. If there
> is one, I'd like to see it, and if not it'd be a helpful part of the
> haskell community. Something like the example of the Maybe monad from
> "All About Monads".
I haven't found any comprehensive archive either, but there are examples
spread across the net and the Hakskell Wiki. A special usecase of monads
is imperative programming. A few examples can be found at
http://haskell.org/hawiki/ImperativeHaskell
Hopefully when enough examples and snippets have been written it will be
easy for someone to collect and edit a very much complete collection of
examples.
Regards
Peter
More information about the Haskell-Cafe
mailing list