@hackage reflection2.1.2

Reifies arbitrary terms into types that can be reflected back into terms

reflection

Hackage Build Status

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

  • Installation

  • Dependencies (0)

  • Dependents (58)

    @hackage/downhill, @hackage/yam, @hackage/tagged-transformer, @hackage/hcobs, @hackage/aern2-mp, @hackage/auto-lift-classes, 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.