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]
Modules
[Index] [Quick Jump]
Downloads
- recover-rtti-0.5.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
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
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, 0.5.1, 0.5.2, 0.5.3, 0.6.0 (info) |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | aeson (>=1.4 && <2.3), base (>=4.16 && <4.22), bytestring (>=0.11 && <0.13), containers (>=0.6 && <0.8), ghc-heap (>=9.2 && <9.13), mtl (>=2.2 && <2.4), primitive (>=0.7 && <0.10), sop-core (>=0.5 && <0.6), stm (>=2.5 && <2.6), text (>=1.2 && <2.2), unordered-containers (>=0.2.12 && <0.2.21), vector (>=0.12 && <0.14) [details] |
| Tested with | ghc ==9.2.8, ghc ==9.4.8, ghc ==9.6.7, ghc ==9.8.4, ghc ==9.10.2, ghc ==9.12.2 |
| License | BSD-3-Clause |
| Copyright | Juspay Technologies Pvt Ltd, Well-Typed LLP |
| Author | Edsko de Vries |
| Maintainer | edsko@well-typed.com |
| Uploaded | by EdskoDeVries at 2025-07-19T12:07:55Z |
| Revised | Revision 1 made by brandonchinn178 at 2025-12-14T17:52:45Z |
| Category | Debugging |
| Bug tracker | https://github.com/well-typed/recover-rtti/issues |
| Source repo | head: git clone https://github.com/well-typed/recover-rtti |
| Distributions | LTSHaskell:0.5.3, NixOS:0.5.3, Stackage:0.6.0 |
| Reverse Dependencies | 4 direct, 0 indirect [details] |
| Downloads | 1903 total (31 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2025-07-19 [all 1 reports] |