[Haskell] ICFP Deadline 4/1; Submission site now open

2004-03-10 Thread Kathleen Fisher
International Conference on Functional Programming Call for Papers ICFP 2004 September 19-22, 2004 Snowbird, Utah IMPORTANT DATES Submission deadline 23:00 01 April, 2004 Apia, Samoan time (Thursday) Author review period 23:00 17 May to 23:00 19 May, 2004, Apia, Samoan time Author notificatio

Re: [Haskell] RFC: DData in hierarchical libraries

2004-03-10 Thread ajb
G'day all. Quoting JP Bernardy <[EMAIL PROTECTED]>: > Would you prefix the function name with unsafe? I > wonder what is the best way to do such a marking. I would recommend not using that particular prefix. At the moment, I believe that "unsafe" is only used for functions which could potential

[Haskell] Re: RFC: DData in hierarchical libraries

2004-03-10 Thread JP Bernardy
--- Christian Maeder <[EMAIL PROTECTED]> wrote: > Simon Marlow wrote: > > Why are there IntBags but no Bags? > > As I've said before, rename MultiSet to Bag. Daan's remark about the difference between bags and multisets is: " A multi set differs from a /bag/ in the sense that it is represented a

Re: [Haskell] RFC: DData in hierarchical libraries

2004-03-10 Thread JP Bernardy
Hi, > Maybe the documentation to the "0rdered lists" > section can be improved. Could you be more specific about this? > The functions Set.fromAscList and > Set.fromAscDistinctList should be > marked as "unsafe", since it's not clear what sets > result if the input > is not ascending (and/or

Re: [Haskell] HaXml and XML Schema

2004-03-10 Thread Johan Jeuring
I have started thinking about an extension of HaXml to better support XML Schema, i.e., to generate appropriate types (like DtdToHaskell) automatically (cf. Castor for Java). However, it is not obvious to me how to model mixed content (character data appears alongside subelements, i.e., it is not c