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