@hackage list-extras0.4.1.11
Common not-so-common functions for lists
Installation
Tested Compilers
Dependencies (1)
Dependents (12)
@hackage/HLearn-approximation, @hackage/hmm, @hackage/acme-everything, @hackage/th-instance-reification, @hackage/lists, @hackage/ConcurrentUtils, Show all…
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