where is it appropriate to write library-related suggestions?

Hi all, I am curious if there is an avenue to make suggestions / comments about libraries? For example, "proc" in System.Process conflicts with the Arrows notation "proc", yielding confusing error messages. thanks, Nicholas — https://ntung.com — CS and Mathematics major @ UC Berkeley

On Thu, 19 May 2011, Nicholas Tung wrote:
Hi all, I am curious if there is an avenue to make suggestions / comments about libraries? For example, "proc" in System.Process conflicts with the Arrows notation "proc", yielding confusing error messages.
For the base libraries, you may e-mail to: libraries@haskell.org Are there still problems, if you import 'proc' with qualification?

On Thu, May 19, 2011 at 3:21 PM, Henning Thielemann < lemming@henning-thielemann.de> wrote:
On Thu, 19 May 2011, Nicholas Tung wrote:
Hi all,
I am curious if there is an avenue to make suggestions / comments about libraries? For example, "proc" in System.Process conflicts with the Arrows notation "proc", yielding confusing error messages.
For the base libraries, you may e-mail to: libraries@haskell.org
Are there still problems, if you import 'proc' with qualification?
Importing System.Process with qualification is fine, thanks! cheers, Nicholas — https://ntung.com — CS and Mathematics major @ UC Berkeley
participants (2)
-
Henning Thielemann
-
Nicholas Tung