https://github.com/purescript/purescript-control
Common control classes and utility functions
https://github.com/purescript/purescript-control
Last synced: 12 months ago
JSON representation
Common control classes and utility functions
- Host: GitHub
- URL: https://github.com/purescript/purescript-control
- Owner: purescript
- License: bsd-3-clause
- Created: 2014-03-18T20:36:19.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T23:15:32.000Z (about 2 years ago)
- Last Synced: 2024-10-29T21:05:40.899Z (over 1 year ago)
- Language: PureScript
- Homepage:
- Size: 228 KB
- Stars: 56
- Watchers: 11
- Forks: 29
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# purescript-control
[](https://github.com/purescript/purescript-control/releases)
[](https://github.com/purescript/purescript-control/actions?query=workflow%3ACI+branch%3Amaster)
[](https://pursuit.purescript.org/packages/purescript-control)
This library provides a range of utility functions for the classes in the `Functor`, `Applicative`, `Monad` hierarchy, along with additional classes such as `Alternative`, `MonadPlus`, `Comonad` and `Lazy`.
## Installation
```sh
spago install control
```
## Class hierarchy

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