Popularity
6.9
Stable
Activity
0.0
Stable
12
4
8

Monthly Downloads: 296
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Text     ByteString     Generics     List     Vector     String    
Latest version: v4.2.0

ListLike alternatives and similar packages

Based on the "Generics" category.
Alternatively, view ListLike alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ListLike or a related project?

Add another 'Generics' Package

README

Build Status

ListLike

The ListLike package provides typeclasses and instances to allow polymorphism over many common datatypes.

Installation

The package can be built/installed with Cabal. If you have cabal-install, simply run cabal install ListLike to install the package. Without cabal-install, execute the following commands:

$ runghc Setup.hs configure
$ runghc Setup.hs build
$ runghc Setup.hs install