Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
examples/ | H | 09-Sep-2001 | - | 382 | 259 | |
fast/Data/ | H | 03-May-2022 | - | 669 | 388 | |
slow/Data/ | H | 03-May-2022 | - | 198 | 121 | |
tests/ | H | 09-Sep-2001 | - | 113 | 75 | |
.travis.yml | H A D | 09-Sep-2001 | 9.7 KiB | 178 | 176 | |
CHANGELOG.markdown | H A D | 09-Sep-2001 | 3.3 KiB | 93 | 68 | |
LICENSE | H A D | 09-Sep-2001 | 1.5 KiB | 32 | 26 | |
README.markdown | H A D | 09-Sep-2001 | 720 | 16 | 9 | |
Setup.lhs | H A D | 09-Sep-2001 | 117 | 8 | 4 | |
reflection.cabal | H A D | 09-Sep-2001 | 3.9 KiB | 126 | 110 |
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