[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Microlight (was Re: paving cowpaths with libraries)
- From: Graham Wakefield <wakefield@...>
- Date: Mon, 20 Feb 2012 10:26:47 -0800
On Feb 20, 2012, at 3:32 AM, steve donovan wrote:
>
> If l is a List, then List(l) should be a copy constructor. So we get
> a simple definition List(self:sort()) for sorted().
>
Shouldn't that be List(self):sort() ?