psi: Yet another custom Prelude.

[ library, mit, prelude ] [ Propose Tags ]

psi/ψ is just another custom Haskell prelude. It is inspired by Ambiata's p and has the same focus on promoting use of safe constructs and avoidance of partial functions.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0
Dependencies base (>=3 && <5), bytestring (>=0.10), deepseq (>=1.4), semigroups (>=0.16), text (>=1.2) [details]
License MIT
Copyright 2016 Sharif Olorin
Author Sharif Olorin
Maintainer sio@tesser.org
Category Prelude
Source repo head: git clone git://github.com/olorin/psi.git
Uploaded by fractalcat at 2016-09-11T06:55:43Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1414 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-09-11 [all 1 reports]

Readme for psi-0.1.0.0

[back to package description]

ψ

psi/ψ is just another custom Haskell prelude. It is inspired by Ambiata's p and has the same focus on promoting use of safe constructs and avoidance of partial functions, but differs in approach. Most significantly, ψ follows the Haskell package versioning policy and is intended for release on Hackage.