common interface to various Haskell types that are list-like
Common interface to various Haskell types that are list-like.
Predefined interfaces include standard Haskell lists, Arrays,
ByteStrings, and lazy ByteStrings.  Custom types can easily be made
ListLike instances as well.

Maintainer: Jim Razmus II <jim@openbsd.org>

WWW: http://software.complete.org/listlike
