> > not changing original list
An an immutable language such as Elm, nothing can change the original list! I think you've more-or-less implemented List.sortBy explicitly, which is instructive, but not really necessary. -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
