Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/purescript/purescript-maybe

Optional values
https://github.com/purescript/purescript-maybe

Last synced: 3 months ago
JSON representation

Optional values

Awesome Lists containing this project

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).