https://github.com/purescript/purescript-filterable
Classes for filterable and witherable data structures
https://github.com/purescript/purescript-filterable
Last synced: about 1 month ago
JSON representation
Classes for filterable and witherable data structures
- Host: GitHub
- URL: https://github.com/purescript/purescript-filterable
- Owner: purescript
- License: mit
- Created: 2016-07-24T11:45:07.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T22:42:40.000Z (almost 4 years ago)
- Last Synced: 2024-10-29T21:05:41.322Z (over 1 year ago)
- Language: PureScript
- Homepage:
- Size: 52.7 KB
- Stars: 25
- Watchers: 6
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Filterable
[](https://github.com/purescript/purescript-filterable/actions?query=workflow%3ACI+branch%3Amain)
[](https://github.com/purescript/purescript-filterable/releases)
[](https://pursuit.purescript.org/packages/purescript-filterable)
Classes for _compactable_, _filterable_, and _witherable_ data structures.
Inspired by [compactable](https://hackage.haskell.org/package/compactable) and [witherable](https://hackage.haskell.org/package/witherable) on hackage.
## Installation
Install `filterable` with [Spago](https://github.com/purescript/spago):
```sh
spago install filterable
```
## Documentation
Module documentation is [published on Pursuit](https://pursuit.purescript.org/packages/purescript-filterable).