syb-extras: Higher order versions of the Scrap Your Boilerplate classes

[ bsd3, combinators, generic, library, polymorphism ] [ Propose Tags ]

Higher order versions of the Scrap Your Boilerplate classes to ease programming with polymorphic recursion and reduce UndecidableInstances


[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2.0, 0.2.1, 0.2.1.1, 0.2.2, 0.2.2.1, 0.2.3, 0.2.4, 0.2.4.1, 0.3
Dependencies base (>=4 && <4.7), eq (>=3), prelude-extras (>=0.1) [details]
License BSD-3-Clause
Copyright Copyright (C) 2011 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Revised Revision 1 made by AdamBergmark at 2016-05-28T06:17:06Z
Category Polymorphism, Combinators, Generic
Home page http://github.com/ekmett/syb-extras/
Bug tracker http://github.com/ekmett/syb-extras/issues
Source repo head: git clone git://github.com/ekmett/syb-extras.git
Uploaded by EdwardKmett at 2013-01-07T00:42:27Z
Distributions
Reverse Dependencies 2 direct, 8143 indirect [details]
Downloads 8470 total (22 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for syb-extras-0.2.4

[back to package description]

syb-extras

Build Status

This permits the construction of higher-rank Data instances.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett