[Haskell] Long live Edison

Ross Paterson ross at soi.city.ac.uk
Tue Feb 21 19:06:49 EST 2006


On Tue, Feb 21, 2006 at 05:52:01PM -0500, Robert Dockins wrote:
> -- In a related thread I've been discussing argument orders.  I think  
> I've just about come to the decision that all the Edison API  
> functions will take the collection argument last, including the  
> troublesome 'rcons'.

I'd advise against that.  The whole point of sequences is to impose a
linear order on a collection, and a WYSIWYG interface that aligns that
order with the order of the program text is enormously easier to use.
That's also why the functions that analyse the two ends of the sequence
should have different result orders.



More information about the Libraries mailing list