@hackage reflection2.1.9
Reifies arbitrary terms into types that can be reflected back into terms
Installation
Tested Compilers
Dependencies (2)
- base >=4.9 && <5
- template-haskell Show all…
Dependents (105)
@hackage/reflection-extras, @hackage/algebra, @hackage/quickspec, @hackage/grenade, @hackage/downhill, @hackage/apiary-persistent, Show all…
Package Flags
slow
(off by default)
If you enable this flag, we use a more portable much much slower implementation. Moreover, the Given
API is broken, so this is currently an unsupported configuration. If you feel the need to turn on this flag for any reason, please email the maintainer!
template-haskell
(on by default)
You can disable the use of the `template-haskell` package using `-f-template-haskell`.
Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.
reflection
This package provides an implementation of the ideas presented in Functional Pearl: Implicit Configurations by Oleg Kiselyov and Chung-Chieh Shan. However, the API has been implemented in a much more efficient manner.
Contact Information
Contributions and bug reports are welcome!
Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.
-Edward Kmett