Re: Permutations of a list

2001-05-14 Thread Andy Fugard
At 13:43 14/05/01 +0200, Ralf Hinze wrote: >Andy Fugard wrote: > > > My main question is really what facilities of the language I should be > > looking at to make this code more elegant! As you can see I currently know > > only the basics of currying, and some list operations. > >Definitely list

Re: Permutations of a list

2001-05-14 Thread Ralf Hinze
Andy Fugard wrote: > My main question is really what facilities of the language I should be > looking at to make this code more elegant! As you can see I currently know > only the basics of currying, and some list operations. Definitely list comprehensions! I digged out some old code: > module