最終更新日:2022/12/24
The properties that make the Maybe type a monad are its type constructor Maybe a, our chaining function (>>?), and the injector function Just.
編集履歴(0)
The properties that make the Maybe type a monad are its type constructor Maybe a, our chaining function (>>?), and the injector function Just.