An open API service indexing awesome lists of open source software.

https://github.com/igrep/envy-extensible

Provides FromEnv in envy instance for Record of extensible.
https://github.com/igrep/envy-extensible

Last synced: 4 months ago
JSON representation

Provides FromEnv in envy instance for Record of extensible.

Awesome Lists containing this project

README

          

# envy-extensible

Provides [`FromEnv`](http://hackage.haskell.org/package/envy/docs/System-Envy.html#t:FromEnv) instance for [`Record`](https://hackage.haskell.org/package/extensible/docs/Data-Extensible-Field.html#t:Record) and functions to create `Record` from environment variable using [Parser](http://hackage.haskell.org/package/envy/docs/System-Envy.html#t:Parser).
See [the spec file](https://github.com/igrep/envy-extensible/blob/master/test/Data/Extensible/EnvySpec.hs) for examples.