chassis: Polykinded Prelude Kernel.

[ library, mit, prelude ] [ Propose Tags ]

Downloads

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, distributive, extra, first-class-families, path, profunctors, text, time, vinyl [details]
License MIT
Copyright 2020 Daniel Firth
Author Daniel Firth
Maintainer dan.firth@homotopic.tech
Category Prelude
Source repo head: git clone https://gitlab.homotopic.tech/haskell/chassis
Uploaded by locallycompact at 2021-08-09T14:27:53Z
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 available [build log]
Last success reported on 2021-08-09 [all 1 reports]

Readme for chassis-0.0.6.0

[back to package description]

chassis

Chassis is a prelude aimed at fixing some of the defects of base while providing convenient access to standard haskell tools.

  • No Num.
  • PolyKinded Compose.
  • MTL types are not exported by default, so as to not conflict with free monad libraries with similar names for effect types.