Popularity
6.7
Declining
Activity
0.0
Stable
12
3
8
Monthly Downloads: 26
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
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.
-
Capabilities
A Haskell library providing separation of effects on the type level, effectively splitting up the monolithic IO-monad into more limited capabilities. -
xformat
Extensible, typed, scanf- and printf-like functions for formatted reading and showing in Haskell
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
Promo
getstream.io

Do you think we are missing an alternative of ListLike or a related project?
README
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