hi all ,
I try to write a function sort3 that has type
sort3 :: Int -> Int -> Int -> (Int, Int, Int)
which sort 3 numbers in order such dat the smallest number is first and the greatest last. Is there any ways dat we can use lesss than 3 comparisons ??