purescript / purescript-maybe

Optional values

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

purescript-maybe

Latest release Build status Pursuit

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.

About

Optional values

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PureScript 100.0%