trace: A monad transformer for tracing provenience of errors

[ control, library, mit ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.2.0.0
Change log CHANGELOG.md
Dependencies base (>=4.7 && <4.9), containers (>=0.5.5), deepseq (>=1.3), either (>=4.3), kan-extensions (>=4.2), monad-control (>=0.3), mtl (>=2.1), profunctors (>=4.3), transformers (>=0.2), transformers-base (>=0.4), transformers-compat (>=0.3) [details]
License MIT
Copyright Copyright (c) 2014-2015 AlephCloud, Inc
Author Jon Sterling
Maintainer jon@jonmsterling.com
Category Control
Source repo head: git clone https://github.com/alephcloud/hs-trace.git
Uploaded by JonSterling at 2015-03-30T19:11:23Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 5331 total (19 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-03-30 [all 1 reports]

Readme for trace-0.1.0.5

[back to package description]

hs-trace

A monad transformer for tracing error provenience. If you want a nice example of how to use it, this bidirectional type checker provides a very nice example and motivation.