j
k
j a
j l
On 13 May 2010 19:24, Steffen Schuldenzucker wrote:
Or just: makeOrdered a b c = let (s:t:u:_) = sort [a, b, c] in Object s t u
Or just:
makeOrdered a b c = let (s:t:u:_) = sort [a, b, c] in Object s t u
Hi Steffen True - but it does include a partial pattern (that will always match in this case, of course).
Back to the thread
Back to the list