@hackage ListLike4.0.0
Generic support for list-like structures
Categories
License
BSD-3-Clause
Maintainer
John Lato <jwlato@gmail.com>
Links
Versions
Installation
Dependencies (6)
- array >=0.3 && <0.5
- base >=3 && <5
- bytestring >=0.9.1 && <0.11
- containers >=0.3 && <0.6
- text >=0.11 && <0.12
- vector >=0.5 && <0.11 Show all…
Dependents (54)
@hackage/repl-toolkit, @hackage/debian, @hackage/billboard-parser, @hackage/biohazard, @hackage/Paraiso, @hackage/sized, Show all…
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
