:: a -> Maybe a -> a package:safe

An alternative name for fromMaybe, to fit the naming scheme of this package. Generally using fromMaybe directly would be considered better style.
The largest element of a foldable structure. The result is bounded by the value given as the first argument.
The smallest element of a foldable structure. The result is bounded by the value given as the first argument.
New users are recommended to use minimumBound or maximumBound instead.
New users are recommended to use minimumBound or maximumBound instead.