links-lang / links

Links: Linking Theory to Practice for the Web
http://www.links-lang.org
Other
332 stars 42 forks source link

Option -> Maybe fix #1142

Closed dhil closed 2 years ago

dhil commented 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.