Skip to content

JohnLato/listlike

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

440 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generic list-like structures [Haskell]

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Haskell 98.3%
  • Makefile 1.7%