Popularity
7.2
Declining
Activity
0.0
Stable
12
4
9
Monthly Downloads: 478
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.
-
generic-records
Generically derive traversals, lenses, and prisms. -
generic-deriving
Generic programming library for generalised deriving. -
uniplate
Haskell library for simple, concise and fast generic operations. -
generic-override-aeson
Override instances used by Haskell's generic derivation -
generics-eot
A library for generic programming that aims to be easy to understand -
GenericPretty
A generic, derivable, haskell pretty printer - Research project, summer of 2011 -
Capabilities
A Haskell library providing separation of effects on the type level, effectively splitting up the monolithic IO-monad into more limited capabilities. -
generic-lens-labels
GHC.OverloadedLabels.IsLabel instance for lenses from ghc-generics -
instant-generics
Code repository for the instant-generics library -
compdata-param
Haskell library implementing parametric compositional data types. -
Strafunski-StrategyLib
Cabalized version of the StrategyLib library from Strafunski -
text-generic-pretty
A generic, derivable, haskell pretty printer - Research project, summer of 2011 -
xformat
Extensible, typed, scanf- and printf-like functions for formatted reading and showing in Haskell -
projection
Projection function for arbitrarily nested binary product types. -
church
Automatically convert Generic instances to and from church representations -
deriving-show-simple
Derive a Show instance without field selector names -
compdata-fixplate
Compdata basics implemented on top of Fixplate -
generic-optics-lite
Monomorphic field opics like with generic-lens
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
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