Tass0sm / functional-package-state-monad

State monad for GNU Guix packages, to handle stateful installation systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

State Monad for Functional Packages

A way to have functional packages with shared state. One implementation with a stacked state and store monad for composing state parameterized derivations. Another just using a state monad with package records.

About

State monad for GNU Guix packages, to handle stateful installation systems