diff options
Diffstat (limited to 'devel/hs-reflection/DESCR')
-rw-r--r-- | devel/hs-reflection/DESCR | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/hs-reflection/DESCR b/devel/hs-reflection/DESCR new file mode 100644 index 00000000000..5f0a15bcad4 --- /dev/null +++ b/devel/hs-reflection/DESCR @@ -0,0 +1,11 @@ +This package provides an implementation of the ideas presented in the paper +"Functional Pearl: Implicit Configurations" by Oleg Kiselyov and +Chung-chieh Shan. However, the API has been streamlined to improve +performance. + +The original paper can be obtained from +http://www.cs.rutgers.edu/~ccshan/prepose/prepose.pdf. + +For a summary of the approach taken by this library, along with more +motivating examples, see Austin Seipp's tutorial at +https://www.fpcomplete.com/user/thoughtpolice/using-reflection. |