On Tue, 25 Jan 2005, Marcin 'Qrczak' Kowalczyk wrote: (snip) > If problems are in the implementation but the interface is right, then > the module should be provided. It can be fixed later. (snip)
A lot of the Haskell libraries are sufficiently poorly documented that I work out what they do by experiment, or by resorting to reading the source. There is a risk that code will be developed that relies on the observed broken behaviour, and is then broken when the implementation is fixed. -- Mark _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
