@hackage list-extras0.4.1.6

Common not-so-common functions for lists

list-extras

Hackage version Build Status Dependencies

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