Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Monad and comonad transformers
https://github.com/purescript/purescript-transformers

Last synced: 3 months ago
JSON representation

Monad and comonad transformers

Awesome Lists containing this project

README

        

# purescript-transformers

[![Latest release](http://img.shields.io/github/release/purescript/purescript-transformers.svg)](https://github.com/purescript/purescript-transformers/releases)
[![Build status](https://github.com/purescript/purescript-transformers/workflows/CI/badge.svg?branch=master)](https://github.com/purescript/purescript-transformers/actions?query=workflow%3ACI+branch%3Amaster)
[![Pursuit](https://pursuit.purescript.org/packages/purescript-transformers/badge)](https://pursuit.purescript.org/packages/purescript-transformers)

Monad and comonad transformers based on [mtl](http://hackage.haskell.org/package/mtl).

## Installation

```
spago install transformers
```

## Documentation

Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-transformers).