blob: 1bc2f4753da1e193e6a672ef4bf3a6307ef29f53 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
This package addresses the configuration problem which is propogating
configurations that are available at run-time, allowing multible
configurations to coexist without resorting to mutable global variables
or System.IO.Unsafe.unsafePerformIO.
That package is an implementation of the ideas presented in the paper
"Functional Pearl: Implicit Configurations" by Oleg Kiselyov and
Chung-chieh Shan (original paper). However, the API has been
streamlined to improve performance.
WWW: http://github.com/ekmett/reflection
|