On Fri, 14 Aug 2020, Sandy Maguire wrote: > It seems to me that base is missing the very standard function `clamp :: Ord a => a -> a -> a -> a`: > > ```haskell > clamp :: Ord a => a -> a -> a -> a > clamp low high = min high .max low > ``` https://hackage.haskell.org/package/utility-ht-0.0.15/docs/Data-Ord-HT.html#v:limit