recover-rtti: Recover run-time type information from the GHC heap
The main function in this package is classify
, which looks
at the GHC heap to recover type information about arbitrary
values. This makes it possible for example to show any value
(function anythingToString
) without having any Show
instance in scope, though there are other use cases as well.
For example, you could use it to define an anythingToJSON
function.
[Skip to Readme]
Downloads
- recover-rtti-0.3.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.3.0.0, 0.4.0.0, 0.4.1.0, 0.4.2, 0.4.3, 0.5.0 (info) |
---|---|
Change log | CHANGELOG.md |
Dependencies | aeson (>=1.5 && <1.6), base (>=4.13 && <4.16), bytestring (>=0.10 && <0.11), containers (>=0.6 && <0.7), ghc-heap (>=8.8 && <9.1), mtl (>=2.2 && <2.3), sop-core (>=0.5 && <0.6), stm (>=2.5 && <2.6), text (>=1.2 && <1.3), unordered-containers, vector [details] |
License | BSD-3-Clause |
Copyright | Juspay Technologies Pvt Ltd, Well-Typed LLP |
Author | Edsko de Vries |
Maintainer | edsko@well-typed.com |
Category | Debugging |
Bug tracker | https://github.com/well-typed/recover-rtti/issues |
Uploaded | by EdskoDeVries at 2021-03-17T18:05:59Z |
Distributions | NixOS:0.5.0 |
Reverse Dependencies | 4 direct, 0 indirect [details] |
Downloads | 1521 total (55 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-03-17 [all 1 reports] |