1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/devel/hs-reflection/pkg-descr
2016-12-02 09:21:58 +00:00

12 lines
521 B
Plaintext

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: https://github.com/ekmett/reflection