recover-rtti: Recover run-time type information from the GHC heap
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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]
Properties
Versions | 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.1.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | aeson (>=1.4 && <2.1), base (>=4.13 && <4.17), bytestring (>=0.10 && <0.12), containers (>=0.6 && <0.7), ghc-heap (>=8.8 && <9.3), mtl (>=2.2 && <2.3), primitive (>=0.7 && <0.8), sop-core (>=0.5 && <0.6), stm (>=2.5 && <2.6), text (>=1.2 && <2.1), unordered-containers (>=0.2.12 && <0.3), vector (>=0.12.1.2 && <0.13) [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 |
Source repo | head: git clone https://github.com/well-typed/recover-rtti |
Uploaded | by EdskoDeVries at 2022-03-17T12:54:05Z |
Modules
[Index] [Quick Jump]
Downloads
- recover-rtti-0.4.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees