@hackage reflection-extras0.1.1.0
Utilities for the reflection package
Installation
Dependencies (6)
- base >=4.6 && <4.7
- aeson >=0.6.2 && <0.6.3
- constraints >=0.3 && <0.4
- lens >=3.10 && <3.11
- reflection >=1.3 && <1.4
- tagged >=0.7 && <0.8 Show all…
Dependents (1)
@hackage/acme-everything
This package is meant to implement the constraint machinary for the reflection package. It has been primarly ripped from the Constraint example of the reflection package with some extension.
The implementation is also influenced by Austin Seipp's article on the reflection package