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

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

Awesome Lists containing this project

README

          

# Filterable

[![CI](https://github.com/purescript/purescript-filterable/workflows/CI/badge.svg?branch=main)](https://github.com/purescript/purescript-filterable/actions?query=workflow%3ACI+branch%3Amain)
[![Release](https://img.shields.io/github/release/purescript/purescript-filterable.svg)](https://github.com/purescript/purescript-filterable/releases)
[![Pursuit](https://pursuit.purescript.org/packages/purescript-filterable/badge)](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).