3.1.0 • Published 8 years ago

@mfl/maybe v3.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 years ago

Maybe

Build Status

Maybe is a datatype that represents a value that may or may not be there. It is useful to explicitly model where a possible null type may occur. Once we wrap a value in Maybe, all future computations will be skipped if they are null (or undefined).