On Wed, Nov 12, 2014 at 7:37 AM, gmhwxi <
gmh...@gmail.com> wrote:
> It is done:
>
>
https://github.com/githwxi/ATS-Postiats-contrib/blob/master/contrib/arduino/TEST/ListMergeSort/ListMergeSort.dats
>
> Here is some output from a test run:
>
> 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 // sorted
> 6, 7, 0, 3, 4, 1, 5, 9, 8, 2 // randomized
> 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 // sorted
> 6, 7, 1, 8, 5, 0, 3, 4, 2, 9 // randomized
I built your code and run it on my board. So cool.