contributing to standard library

Like everyone else who has used Haskell for a while, I'm accumulating functions which I feel should have already been in the standard libraries. What's the normal path to contributing functions for consideration in future standard libraries? Is there some experimental standard lib that we can contribute to to "try out" for the big league? Here are some functions: http://www.thenewsh.com/%7Enewsham/x/machine/Missing.hs Tim Newsham http://www.thenewsh.com/~newsham/

On 2008 Aug 26, at 17:49, Tim Newsham wrote:
Like everyone else who has used Haskell for a while, I'm accumulating functions which I feel should have already been in the standard libraries. What's the normal path to contributing functions for consideration in future standard libraries? Is there some experimental standard lib that we can contribute to to "try out" for the big league?
Here are some functions: http://www.thenewsh.com/%7Enewsham/x/machine/Missing.hs
I think MissingH has served for that in the past. The official route is libraries@haskell.org. -- brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery@kf8nh.com system administrator [openafs,heimdal,too many hats] allbery@ece.cmu.edu electrical and computer engineering, carnegie mellon university KF8NH

On Tue, Aug 26, 2008 at 2:49 PM, Tim Newsham
Like everyone else who has used Haskell for a while, I'm accumulating functions which I feel should have already been in the standard libraries. What's the normal path to contributing functions for consideration in future standard libraries? Is there some experimental standard lib that we can contribute to to "try out" for the big league?
Here are some functions: http://www.thenewsh.com/%7Enewsham/x/machine/Missing.hs
The official process for proposing a change to the standard libraries is documented at: http://www.haskell.org/haskellwiki/Library_submissions -Judah

Hello Tim, Wednesday, August 27, 2008, 1:49:51 AM, you wrote:
Like everyone else who has used Haskell for a while, I'm accumulating functions which I feel should have already been in the standard libraries
i have such module with 100+ functions. should i propose to add them all too? :) -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com
participants (5)
-
Brandon S. Allbery KF8NH
-
Bulat Ziganshin
-
Johannes Waldmann
-
Judah Jacobson
-
Tim Newsham