• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H09-Sep-2001-382259

fast/Data/H03-May-2022-669388

slow/Data/H03-May-2022-198121

tests/H09-Sep-2001-11375

.travis.ymlH A D09-Sep-20019.7 KiB178176

CHANGELOG.markdownH A D09-Sep-20013.3 KiB9368

LICENSEH A D09-Sep-20011.5 KiB3226

README.markdownH A D09-Sep-2001720 169

Setup.lhsH A D09-Sep-2001117 84

reflection.cabalH A D09-Sep-20013.9 KiB126110

README.markdown

1reflection
2==========
3
4[![Hackage](https://img.shields.io/hackage/v/reflection.svg)](https://hackage.haskell.org/package/reflection) [![Build Status](https://secure.travis-ci.org/ekmett/reflection.png?branch=master)](http://travis-ci.org/ekmett/reflection)
5
6This package provides an implementation of the ideas presented in [Functional Pearl: Implicit Configurations](http://okmij.org/ftp/Haskell/tr-15-04.pdf) by Oleg Kiselyov and Chung-Chieh Shan. However, the API has been implemented in a much more efficient manner.
7
8Contact Information
9-------------------
10
11Contributions and bug reports are welcome!
12
13Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.
14
15-Edward Kmett
16