Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 257 Bytes

README.org

File metadata and controls

5 lines (4 loc) · 257 Bytes

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.