h,    0.1.1.0(c) OleksandrZhabenko 2020-2024MIToleksandr.zhabenko@yahoo.com ExperimentalNoned minmaxReturns a pair where the first element is the minimum element from the two given ones and the second one is the maximum. If the arguments are equal then the tuple contains equal elements.minmaxA variant of the 4 where you can specify your own comparison function.minmaxA ternary predicate to check whether the third argument lies between the first two unequal ones or whether they are all equal.minmaxA variant of the 4 where you can specify your own comparison function.minmaxFinds out the minimum and maximum values of the finite structure that has not less than two elements. Otherwise returns  .minmaxA generalized variant of the 4 where you can specify your own comparison function.minmaxGiven a finite structure with at least 3 elements returns a tuple with the two most minimum elements (the first one is less than the second one) and the maximum element. If the structure has less elements, returns  . Uses just one pass through the structure, so may be more efficient than some other approaches.minmaxA variant of the 4 where you can specify your own comparison function.minmaxGiven a finite structure with at least 3 elements returns a tuple with the minimum element and two maximum elements (the first one is less than the second one). If the structure has less elements, returns  . Uses just one pass through the structure, so may be more efficient than some other approaches. minmaxA variant of the 4 where you can specify your own comparison function. minmaxGiven a finite structure with at least 4 elements returns a tuple with two minimum elements and two maximum elements. If the structure has less elements, returns  . Uses just one pass through the structure, so may be more efficient than some other approaches. minmaxA variant of the  4 where you can specify your own comparison function.          minmax-0.1.1.0-inplace Data.MinMax1minmaxminmaxP minmaxPBy betweenNX betweenNXByminMax11 minMax11ByminMax21 minMax21ByminMax12 minMax12ByminMax22 minMax22Bybase GHC.MaybeNothing