list-extras
===========
[](https://hackage.haskell.org/package/list-extras)
[](https://github.com/wrengr/list-extras/actions?query=workflow%3Aci)
[](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)