Closed dhil closed 2 years ago
The Option -> Maybe refactoring patch #1131 missed one instance: the max function. This patch changes the type signature of max to use Maybe rather than Option.
Option -> Maybe
max
Maybe
Option
The
Option -> Maybe
refactoring patch #1131 missed one instance: themax
function. This patch changes the type signature ofmax
to useMaybe
rather thanOption
.