packages feed

list-extras-0.4.1.6: README.md

list-extras
===========
[![Hackage version](https://img.shields.io/hackage/v/list-extras.svg?style=flat)](https://hackage.haskell.org/package/list-extras)
[![Build Status](https://github.com/wrengr/list-extras/workflows/ci/badge.svg)](https://github.com/wrengr/list-extras/actions?query=workflow%3Aci)
[![Dependencies](https://img.shields.io/hackage-deps/v/list-extras.svg?style=flat)](http://packdeps.haskellers.com/specific?package=list-extras)

The list-extras package provides a few common not-so-common functions
for lists.

## Install

This is a simple package and should be easy to install.  You should
be able to use the standard:

    $> cabal install list-extras

## Portability

The implementation is quite portable, relying only on a few basic
language extensions. The complete list of extensions used is:

* CPP
* Rank2Types
* ExistentialQuantification

## Links

* [Website](http://wrengr.org/)
* [Blog](http://winterkoninkje.dreamwidth.org/)
* [Twitter](https://twitter.com/wrengr)
* [Hackage](http://hackage.haskell.org/package/list-extras)
* [GitHub](https://github.com/wrengr/list-extras)