type-errors: Tools for writing better type errors

[ bsd3, library, type ] [ Propose Tags ]

Modules

[Index] [Quick Jump]

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.0, 0.2.0.0, 0.2.0.1, 0.2.0.2
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), first-class-families (>=0.5.0.0), syb, template-haskell, th-abstraction [details]
License BSD-3-Clause
Copyright 2019 Sandy Maguire
Author Sandy Maguire
Maintainer sandy@sandymaguire.me
Revised Revision 3 made by isovector at 2021-11-12T22:49:29Z
Category Type
Home page https://github.com/isovector/type-errors#readme
Bug tracker https://github.com/isovector/type-errors/issues
Source repo head: git clone https://github.com/isovector/type-errors
Uploaded by isovector at 2019-07-03T18:07:59Z
Distributions Arch:0.2.0.2, Debian:0.2.0.0, LTSHaskell:0.2.0.2, Stackage:0.2.0.2
Reverse Dependencies 6 direct, 99 indirect [details]
Downloads 7347 total (66 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-07-03 [all 1 reports]

Readme for type-errors-0.2.0.0

[back to package description]

type-errors

Build Status Hackage

Dedication

View the gradients of adversity as the colors that paint your story, and the power of experience as what makes you a great teacher, creator, philosopher, entrepreneur, artist, and human. Everything works out eventually.

Jennifer Sodini

Overview

type-errors is a collection of tools for writing better, more ergonomic, type errors. Some of the more interesting features are the ability to observe stuckedness and phantomness, as well as perform substitutions over types.

For more information, check out the haddock documentation.

Acknowledgments

This project wouldn't be possible without the help of two amazing people:

  • kcsongor who came up with the original technology behind this library.
  • Lysxia for articulating the approach to making IfStuck work for things of all kinds, and for helping me with the substitution machinery.