Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/purescript/purescript-transformers
- Owner: purescript
- License: bsd-3-clause
- Created: 2014-02-22T10:22:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T08:35:28.000Z (9 months ago)
- Last Synced: 2024-04-14T04:19:48.820Z (7 months ago)
- Language: PureScript
- Homepage:
- Size: 396 KB
- Stars: 69
- Watchers: 12
- Forks: 44
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-purescript - transformers - Monad transnformers ReaderT, StateT, MaybeT, etc (equivalent to mtl in Haskell). (Essential libraries)
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).