Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purescript/purescript-maybe
Optional values
https://github.com/purescript/purescript-maybe
Last synced: 3 months 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-09-17T14:16:19.000Z (about 2 years ago)
- Last Synced: 2024-04-23T10:27:41.180Z (7 months ago)
- Language: PureScript
- Homepage:
- Size: 102 KB
- Stars: 18
- Watchers: 7
- Forks: 20
- 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
[![Latest release](http://img.shields.io/github/release/purescript/purescript-maybe.svg)](https://github.com/purescript/purescript-maybe/releases)
[![Build status](https://github.com/purescript/purescript-maybe/workflows/CI/badge.svg?branch=master)](https://github.com/purescript/purescript-maybe/actions?query=workflow%3ACI+branch%3Amaster)
[![Pursuit](https://pursuit.purescript.org/packages/purescript-maybe/badge)](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).