[Haskell] Who should be contacted for changes to the front page of http://www.haskell.org ?

2012-04-17 Thread Bernie Pope
Greetings, The front page of http://www.haskell.org/haskellwiki/Haskell is (rightly) protected. Who then should we contact if we have suggestions for changes? I apologise profusely if the answer is staring me in the face, but I couldn't seem to find it. Incidentally, and tediously, my suggestio

Re: [Haskell] Monads Terminology Question

2010-04-11 Thread Bernie Pope
On 12 April 2010 10:39, Mark Snyder wrote: >     I'm wondering what the correct terminology is for the extra functions > that we define with monads.  For instance, State has get and put, Reader has > ask and local, etc.  Is there a good name for these?  I've been calling them > the "non-proper mor

Re: [Haskell] memory management

2009-08-03 Thread Bernie Pope
2009/8/3 Nathan Ricci : > Hello, > >     I'm interested in research relating to memory management in Haskell. I'm > at the point where I don't know enough to have very specific questions, but > I'm especially interested in garbage collection in Haskell, and any > available statistics (such as, how

[Haskell] Announce: Melbourne Functional Programming Union

2008-02-11 Thread Bernie Pope
ge is under construction. At the moment, talks are held on Fridays, 1-2pm, in the ICT Building at Melbourne Uni. Contact Bernie Pope if you are interested in participating in the FPU. ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/ma

Re: [Haskell] Haskell implementation of infixr and infixl/priorities

2004-10-25 Thread Bernie Pope
On Fri, Oct 22, 2004 at 06:20:41PM +0200, Peter Theissen wrote: > Hi, > > I want to implement the infixL and infixR feature to increase > the readability of the code. I would be very glad if anyone > can send me some information about the implementation of > this feature of the Haskell parser or