Thanks!

I'll try to update later or tomorrow, see if I can hack my account in
Sourceforge back.

Sincerely,
AmkG

On 1/25/13, Beni Cherniavsky-Paskin <c...@users.sf.net> wrote:
> On Jan 24, 2013 7:01 PM, "Alan Manuel Gloria" <almkg...@gmail.com> wrote:
>
>> <pre>
>> define merge(< as bs) $ cond
>>   null?(as)          $ bs
>>   null?(bs)          $ as
>>   {car(as) < car(bs} $ cons
>
> missing ), should be car(bs)}.
>
>>                          car as
>>                          merge < (cdr as) bs
>>   else               $ cons
>>                          car bs
>>                          merge < as (cdr bs)
>> </pre>
>>
>
> ---
>
> Other random proofreading:
> - There are several mentions that <* and *> are reserved for future use -
> in the Specification section, and most of the Reserved Markers section.
> - The Restart Lists section has id="reserved".
>

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Readable-discuss mailing list
Readable-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/readable-discuss

Reply via email to