chassis: Prelude with algebraic constructs and polykinds on.

[ library, mit, prelude ] [ Propose Tags ]

Modules

[Last Documentation]

  • Chassis

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.0.1.0, 0.0.2.0, 0.0.3.0, 0.0.4.0, 0.0.5.0, 0.0.6.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), bytestring, comonad, composite-base (>=0.7.4.0), containers, contravariant, distributive, either, exceptions, extra, first-class-families, path, profunctors, rio, text, time, vinyl [details]
License MIT
Copyright 2020 Daniel Firth
Author Daniel Firth
Maintainer dan.firth@homotopic.tech
Revised Revision 1 made by locallycompact at 2021-04-09T17:32:08Z
Category Prelude
Source repo head: git clone https://gitlab.com/homotopic-tech/chassis
Uploaded by locallycompact at 2020-12-10T16:29:24Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 811 total (18 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2020-12-10 [all 3 reports]

Readme for chassis-0.0.4.0

[back to package description]

chassis

Chassis is an experimental prelude that exports most of the standard Haskell apparatus by default, common types and type classes, as well as lesser used abstractions from category theory by default.

Chassis also re-exports some thins from vinyl and composite, and keeps polykinds on by default.

Extremely early prototype idea.