Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Risto-Stevcev/purescript-free-monadplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

purescript-free-monadplus

Latest release

An implementation of free monad plus in purescript

Installation

bower install purescript-free-monadplus

Usage

See unit tests for example usage

Limitation

The current version of this library is uses the simpler implementation for free monads with monad plus. As a result, it isn't optimized in any way for left-associated binds. The implementation of purescript-free could be copied here, or this library could be merged into that one. PRs are welcome.

Documentation

Module documentation is published on Pursuit.