https://github.com/purescript/purescript-maybe
Optional values
https://github.com/purescript/purescript-maybe
Last synced: about 1 month ago
JSON representation
Optional values
- Host: GitHub
- URL: https://github.com/purescript/purescript-maybe
- Owner: purescript
- License: bsd-3-clause
- Created: 2014-03-18T19:51:46.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-09-17T14:16:19.000Z (over 2 years ago)
- Last Synced: 2024-10-29T21:05:42.002Z (6 months ago)
- Language: PureScript
- Homepage:
- Size: 102 KB
- Stars: 18
- Watchers: 7
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-purescript - maybe - Optional values. (Essential libraries)
README
# purescript-maybe
[](https://github.com/purescript/purescript-maybe/releases)
[](https://github.com/purescript/purescript-maybe/actions?query=workflow%3ACI+branch%3Amaster)
[](https://pursuit.purescript.org/packages/purescript-maybe)Optional values. `Maybe` is often used to capture failures and in cases where nullable values might otherwise have been used in other languages.
## Installation
```
spago install maybe
```## Documentation
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-maybe).