You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
Hi, first of all thanks for the great work. This is the best readable implementation for Monad in javascript kind. I wonder whethere there is a way to construct Maybe without new like this for convenience.
var maybePlusOne = Maybe(x).map(n => n + 1).caseOf(...)
The text was updated successfully, but these errors were encountered:
Hi, first of all thanks for the great work. This is the best readable implementation for Monad in javascript kind. I wonder whethere there is a way to construct Maybe without new like this for convenience.
var maybePlusOne = Maybe(x).map(n => n + 1).caseOf(...)
The text was updated successfully, but these errors were encountered: