/listlike

Generic list-like structures [Haskell]

Primary LanguageHaskellOtherNOASSERTION

Build Status Build Status

ListLike

The ListLike package provides typeclasses and instances that polymorphically generalize list operations to many list-like types such as vectors, text, bytestrings, or difference lists.

Read the introduction.