Skip to content

purescript/purescript-maybe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.