instance-map: Template haskell utilities for helping with deserialization etc. of existential types
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.
Warnings:
- The 'synopsis' field is rather long (max 80 chars is recommended).
instance-map provides Template Haskell functions that help go from serialized values with value-level type witnesses (i.e. TypeRep values) to existential types containing type-level evidence of membership in a type class. It is useful for dealing with serialized values when only membership in a certain class (and not the monomorphic type) is known at the site of deserialization.
[Skip to Readme]
Properties
Versions | 0.1.0.0, 0.1.0.0 |
---|---|
Change log | None available |
Dependencies | base (>=4.7 && <5), containers, mtl, template-haskell [details] |
License | BSD-3-Clause |
Copyright | 2018 Richard Warfield |
Author | Richard Warfield |
Maintainer | richard@litx.io |
Category | Dependent Types |
Home page | https://github.com/RichardWarfield/instance-map#readme |
Source repo | head: git clone https://github.com/RichardWarfield/instance-map |
Uploaded | by rwarfield at 2018-07-23T05:05:06Z |
Modules
[Index] [Quick Jump]
Downloads
- instance-map-0.1.0.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