minimum -base
O(n) minimum returns the minimum value from a ByteString This function will fuse. An exception will be thrown in the case of an empty ByteString.
O(n) minimum returns the minimum value from a Text, which must be non-empty. Subject to fusion.