Hello, I have the following tuple:
ordena :: Ord a => (a,a,a) -> (a,a,a)
to see this does not have much complication but as I do I get a very ugly and long code.
In this case I ask to see if there is some kind of recursion that I can do to order it from lowest to highest